projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d242a0a
)
mei: mei_wd_host_init: update the comment
author
Tomas Winkler
<tomas.winkler@intel.com>
Wed, 4 Jul 2012 16:24:51 +0000
(19:24 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 10 Jul 2012 21:58:35 +0000
(14:58 -0700)
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/wd.c
patch
|
blob
|
history
diff --git
a/drivers/misc/mei/wd.c
b/drivers/misc/mei/wd.c
index
325d26f
..
0a89338
100644
(file)
--- a/
drivers/misc/mei/wd.c
+++ b/
drivers/misc/mei/wd.c
@@
-53,11
+53,12
@@
static void mei_wd_set_start_timeout(struct mei_device *dev, u16 timeout)
}
/**
- *
host_init_wd - mei initialization wd.
+ *
mei_wd_host_init - connect to the watchdog client
*
* @dev: the device structure
* returns -ENENT if wd client cannot be found
* -EIO if write has failed
+ * 0 on success
*/
int mei_wd_host_init(struct mei_device *dev)
{