commit | 6899a8e13f76f37029084c891312e2cfad1305c8 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Wed Feb 23 23:26:01 2011 +0300 |
committer | Wim Van Sebroeck <wim@iguana.be> | Mon Mar 14 10:40:21 2011 +0000 |
tree | 24c888c2e98fb3bfd4537cc3a6e9b0292984392e | |
parent | a450c786a5769745cc8fa873a66ed3c377875ead [diff] |
watchdog: sch311x_wdt: fix printk condition "==" 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>