diff options
Diffstat (limited to 'drivers/misc/mei/wd.c')
| -rw-r--r-- | drivers/misc/mei/wd.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/wd.c b/drivers/misc/mei/wd.c index eb3f05c8d7d..6251a4ee706 100644 --- a/drivers/misc/mei/wd.c +++ b/drivers/misc/mei/wd.c @@ -58,6 +58,7 @@ static void mei_wd_set_start_timeout(struct mei_device *dev, u16 timeout)   * 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  |