staging: wilc1000: remove the macro WILC_ERRORREPORT
authorLeo Kim <leo.kim@atmel.com>
Wed, 16 Sep 2015 09:36:01 +0000 (18:36 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Sep 2015 04:39:06 +0000 (21:39 -0700)
commit24db713fe5325917690c2c793a6321aa0b11a0c8
tree15589dc8c1276ab22664944e143014e42185b6b5
parent7dc1d0cc1ffa29aa11219ad7e31ae5f4dc443711
staging: wilc1000: remove the macro WILC_ERRORREPORT

This patch removes the macro WILC_ERRORREPORT which is not used
anymore by replacing it with the plain statements.

The compiler complains the build warnings in some functions for WILC_CATCH and
ERRORHANDLER as unused definitions. So, this patch also removes WILC_CATCH and
ERRORHANDLER from some of functions.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/wilc_errorsupport.h
drivers/staging/wilc1000/wilc_msgqueue.c
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
This page took 0.027308 seconds and 5 git commands to generate.