commit | 245e140da6dc58493e5bb601bd6ba25ed57fafbc | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@intel.com> | Wed Mar 09 14:54:42 2016 -0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Mar 16 19:30:04 2016 -0400 |
tree | 5afc1ee85f07ba52ad761c0307335b11078d99b3 | |
parent | 7c956d2eceace7051f43d8827a441f52583d99e6 [diff] |
drivers: Replace DEV_INVALID_OP by -ENOTSUP This patch replaces all occurences of the macro DEV_INVALID_OP by -ENOTSUP 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: I46aec3c65963018c479b01602e4a3eec8650eaff Signed-off-by: Andre Guedes <andre.guedes@intel.com>