Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309397
b: refs/heads/master
c: bb64491
h: refs/heads/master
i:
  309395: 408a652
v: v3
  • Loading branch information
Dan Carpenter authored and Wim Van Sebroeck committed May 30, 2012
1 parent d96b71d commit d14f077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 664a0d7862a6b10c709d4b4a3655fe2c59a20064
refs/heads/master: bb644913a7d6dabcc4a1640817fa7b68938a56eb
4 changes: 2 additions & 2 deletions trunk/drivers/hwmon/sch56xx-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,9 @@ struct sch56xx_watchdog_data *sch56xx_watchdog_register(struct device *parent,
data->wddev.min_timeout = 1;
data->wddev.max_timeout = 255 * 60;
if (nowayout)
data->wddev.status |= WDOG_NO_WAY_OUT;
set_bit(WDOG_NO_WAY_OUT, &data->wddev.status);
if (output_enable & SCH56XX_WDOG_OUTPUT_ENABLE)
data->wddev.status |= WDOG_ACTIVE;
set_bit(WDOG_ACTIVE, &data->wddev.status);

/* Since the watchdog uses a downcounter there is no register to read
the BIOS set timeout from (if any was set at all) ->
Expand Down

0 comments on commit d14f077

Please sign in to comment.