Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268312
b: refs/heads/master
c: d8deca3
h: refs/heads/master
v: v3
  • Loading branch information
Oren Weil authored and Greg Kroah-Hartman committed Sep 9, 2011
1 parent c79fc23 commit bada666
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 214b99fd418527447eade85df581a97d12fc31f8
refs/heads/master: d8deca315b99fca4f4c9ba559468145e52109ecc
10 changes: 10 additions & 0 deletions trunk/drivers/staging/mei/wd.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,16 @@ int mei_wd_send(struct mei_device *dev)
return -EIO;
}

/**
* mei_wd_stop - sends watchdog stop message to fw.
*
* @dev: the device structure
* @preserve: indicate if to keep the timeout value
*
* returns 0 if success,
* -EIO when message send fails
* -EINVAL when invalid message is to be sent
*/
int mei_wd_stop(struct mei_device *dev, bool preserve)
{
int ret;
Expand Down

0 comments on commit bada666

Please sign in to comment.