staging: mei: adding mei_wd_stop function comment
Signed-off-by: Oren Weil <oren.jer.weil@intel.com> Acked-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
214b99fd41
commit
d8deca315b
1 changed files with 10 additions and 0 deletions
|
@ -120,6 +120,16 @@ int mei_wd_send(struct mei_device *dev)
|
||||||
return -EIO;
|
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 mei_wd_stop(struct mei_device *dev, bool preserve)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
Loading…
Add table
Reference in a new issue