mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 22:31:06 +02:00
Wrong bit shifting for the cfrdy function, will always return cf-mips busy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9446 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7b6e0a6a10
commit
56daf77aa7
@ -69,7 +69,7 @@ static inline u8 rareg(unsigned reg, struct cf_mips_dev* dev)
|
||||
|
||||
static inline int cfrdy(struct cf_mips_dev *dev)
|
||||
{
|
||||
return (SW_READ_REG(GPIO_CONF0) & (1 << ADM5120_GPIO_PIN4));
|
||||
return (SW_READ_REG(GPIO_CONF0) & (1 << 12));
|
||||
}
|
||||
|
||||
static inline void prepare_cf_irq(struct cf_mips_dev *dev)
|
||||
|
Loading…
x
Reference in New Issue
Block a user