Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234103
b: refs/heads/master
c: a450c78
h: refs/heads/master
i:
  234101: a9f1942
  234099: e5af757
  234095: ae55611
v: v3
  • Loading branch information
Wim Van Sebroeck committed Mar 14, 2011
1 parent b0a07a0 commit b007639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bbd562d717a84c6464211e8bd5efa0d9e25edc6d
refs/heads/master: a450c786a5769745cc8fa873a66ed3c377875ead
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/sch311x_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ static int __init sch311x_detect(int sio_config_port, unsigned short *addr)
sch311x_sio_outb(sio_config_port, 0x07, 0x0a);

/* Check if Logical Device Register is currently active */
if (sch311x_sio_inb(sio_config_port, 0x30) && 0x01 == 0)
if (sch311x_sio_inb(sio_config_port, 0x30) & 0x01 == 0)
printk(KERN_INFO PFX "Seems that LDN 0x0a is not active...\n");

/* Get the base address of the runtime registers */
Expand Down

0 comments on commit b007639

Please sign in to comment.