zephyr/drivers/console
Andre Guedes 024cfe754e drivers: Replace DEV_OK by 0
This patch replaces all occurences of the macro DEV_OK by the actual
value 0 at the driver level. So this patch touch the files under
drivers/, include/ and samples/drivers/.

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

Change-Id: I69980ecb9755f2fb026de5668ae9c21a4ae62d1e
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-16 19:30:04 -04:00
..
console_handler_shell.c nano_fifo: Simplify nano_xxx_fifo_get() API family 2016-02-05 20:25:14 -05:00
ipm_console_receiver.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
ipm_console_sender.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
Kconfig uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
Makefile interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00
ram_console.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_console.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_pipe.c uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00