git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a450c78
)
watchdog: sch311x_wdt: fix printk condition
author
Dan Carpenter
<error27@gmail.com>
Wed, 23 Feb 2011 20:26:01 +0000
(23:26 +0300)
committer
Wim Van Sebroeck
<wim@iguana.be>
Mon, 14 Mar 2011 10:40:21 +0000
(10:40 +0000)
"==" has higher precedence than "&". Since
if (sch311x_sio_inb(sio_config_port, 0x30) & (0x01 == 0)) is always
false the message is never printed.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/sch311x_wdt.c
patch
|
blob
|
history
diff --cc
drivers/watchdog/sch311x_wdt.c
Simple merge