watchdog: w83697hf_wdt: return ENODEV if no device was found
authorStanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
Mon, 27 Jan 2014 07:04:33 +0000 (11:04 +0400)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 21 Feb 2014 19:36:46 +0000 (20:36 +0100)
Most WDT driver modules return ENODEV during modprobe if
no valid device was found, but w83697hf_wdt returns EIO.

Let w83697hf_wdt return ENODEV.

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

No differences found