Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348002
b: refs/heads/master
c: d692170
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Winkler authored and Wim Van Sebroeck committed Dec 19, 2012
1 parent 00a277e commit 29cf824
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: 8c4c419ca3bd5a5b3389114e037a9d17bdec3a5f
refs/heads/master: d692170037c0338b31dac5ac4722c1360a4b5257
2 changes: 1 addition & 1 deletion trunk/drivers/misc/mei/wd.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ void mei_watchdog_register(struct mei_device *dev)

void mei_watchdog_unregister(struct mei_device *dev)
{
if (test_bit(WDOG_UNREGISTERED, &amt_wd_dev.status))
if (watchdog_get_drvdata(&amt_wd_dev) == NULL)
return;

watchdog_set_drvdata(&amt_wd_dev, NULL);
Expand Down

0 comments on commit 29cf824

Please sign in to comment.