projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix typo
[openwrt.git]
/
target
/
linux
/
adm5120
/
files
/
drivers
/
block
/
rb1xx
/
ata.c
diff --git
a/target/linux/adm5120/files/drivers/block/rb1xx/ata.c
b/target/linux/adm5120/files/drivers/block/rb1xx/ata.c
index
5447be5
..
9769c08
100644
(file)
--- a/
target/linux/adm5120/files/drivers/block/rb1xx/ata.c
+++ b/
target/linux/adm5120/files/drivers/block/rb1xx/ata.c
@@
-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.021996 seconds
and
4
git commands to generate.