zephyr/drivers/watchdog
Andre Guedes 7c956d2ece drivers: Replace DEV_FAIL by -EIO
This patch replaces all occurences of the macro DEV_FAIL by -EIO
at the driver level. So this patch touch the files under drivers/,
include/ and samples/drivers/ when applicable.

This patch is part of the effort to transition from DEV_* codes to
errno.h codes.

Change-Id: I0594ab5dbe667e074c250129e7c13ce512ac940f
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-16 19:30:04 -04:00
..
Kconfig watchdog: Remove default value from platform-specific options 2016-02-20 14:20:33 +00:00
Makefile interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00
wdt_dw.c drivers: Replace DEV_FAIL by -EIO 2016-03-16 19:30:04 -04:00
wdt_dw.h wdt: dw: Add support for optional clock gating 2016-02-05 20:24:58 -05:00
wdt_qmsi.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00