Fix typo
[openwrt.git] / target / linux / adm5120 / files / drivers / block / rb1xx / ata.c
index 5447be5..9769c08 100644 (file)
@@ -93,7 +93,7 @@ static inline int cf_present(struct cf_mips_dev* dev)
        int i;
 
        /* on RB100 WAIT is LOW all the time => read will hang */
-       if (gpio_read_value(8))
+       if (gpio_get_value(8))
                cmd |= EXTIO_WAIT_EN;
 
        SW_WRITE_REG(GPIO_CONF2, cmd);
This page took 0.022809 seconds and 4 git commands to generate.