This patch aims to remove the wilc_errorsupport.h which is unnecessary in the wilc driver. This patch replaces the error types defined by wilc driver with kernel generic error types and removes macros which handles the errors. Leo Kim (7): staging: wilc1000: remove definition WILC_IS_ERR staging: wilc1000: remove definition WILC_NULLCHECK staging: wilc1000: remove definition WILC_ERRORCHECK staging: wilc1000: remove definition WILC_ERRORREPORT staging: wilc1000: remove definitions unused staging: wilc1000: replace wilc error types with kernel generic error type. staging: wilc1000: remove wilc_errorsupport drivers/staging/wilc1000/coreconfigurator.c | 30 +- drivers/staging/wilc1000/host_interface.c | 1166 +++++++++------------ drivers/staging/wilc1000/linux_mon.c | 14 +- drivers/staging/wilc1000/linux_wlan.c | 2 +- drivers/staging/wilc1000/wilc_errorsupport.h | 65 -- drivers/staging/wilc1000/wilc_msgqueue.c | 112 +- drivers/staging/wilc1000/wilc_msgqueue.h | 1 - drivers/staging/wilc1000/wilc_oswrapper.h | 3 - drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 133 ++- 9 files changed, 643 insertions(+), 883 deletions(-) delete mode 100644 drivers/staging/wilc1000/wilc_errorsupport.h -- 1.9.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel