Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8803
b: refs/heads/master
c: 28562af
h: refs/heads/master
i:
  8801: 57e783d
  8799: 6f940cc
v: v3
  • Loading branch information
Naveen Gupta authored and Wim Van Sebroeck committed Sep 11, 2005
1 parent 980756f commit 2ed6c97
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: c69af038cad5e6ea86e927a17b70b49af1f7cbfa
refs/heads/master: 28562af3d4b21d687dd57c44006aeeed1036c781
2 changes: 1 addition & 1 deletion trunk/drivers/char/watchdog/i6300esb.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static void esb_timer_start(void)
u8 val;

/* Enable or Enable + Lock? */
val = 0x02 | nowayout ? 0x01 : 0x00;
val = 0x02 | (nowayout ? 0x01 : 0x00);

pci_write_config_byte(esb_pci, ESB_LOCK_REG, val);
}
Expand Down

0 comments on commit 2ed6c97

Please sign in to comment.