zephyr/drivers/flash
Andre Guedes aca7cb1efd drivers: Replace DEV_NO_SUPPORT by -ENODEV
This patch replaces all occurences of the macro DEV_NO_SUPPORT by
-ENODEV 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: I03007527367b03e6fd72a85004b7d3b81046a6a6
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-16 19:30:04 -04:00
..
Kconfig drivers: WinBond SPI flash support 2016-03-07 19:07:50 +00:00
Makefile drivers: WinBond SPI flash support 2016-03-07 19:07:50 +00:00
spi_flash_w25qxxdv.c drivers: Replace DEV_NO_SUPPORT by -ENODEV 2016-03-16 19:30:04 -04:00
spi_flash_w25qxxdv.h drivers: WinBond SPI flash support 2016-03-07 19:07:50 +00:00
spi_flash_w25qxxdv_defs.h drivers: WinBond SPI flash support 2016-03-07 19:07:50 +00:00