Fix typo
SVN-Revision: 9482
This commit is contained in:
parent
c88cda562a
commit
38db1b4adc
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ static inline int cf_present(struct cf_mips_dev* dev)
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
/* on RB100 WAIT is LOW all the time => read will hang */
|
/* 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;
|
cmd |= EXTIO_WAIT_EN;
|
||||||
|
|
||||||
SW_WRITE_REG(GPIO_CONF2, cmd);
|
SW_WRITE_REG(GPIO_CONF2, cmd);
|
||||||
|
|
Loading…
Reference in a new issue