git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9482 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2007-11-02 07:09:39 +00:00
parent 673b0de153
commit 06673531d5
1 changed files with 1 additions and 1 deletions

View 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);