mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 01:18:58 +02:00
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9482 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9f72687ef4
commit
4aff5f50a3
@ -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 New Issue
Block a user