summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-17 11:17:57 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-17 11:17:57 -0700
commit6e53191d6e15b7afb71dfbd3134c567fcc4eb2cd (patch)
tree0e4fdc47d7193ab465d27d7f2cdc0b8f256c6b68 /drivers/staging/wilc1000/coreconfigurator.c
parent97fd0f07d4d3f71c20ef4a4f5a65eb461290ca1c (diff)
downloadop-kernel-dev-6e53191d6e15b7afb71dfbd3134c567fcc4eb2cd.zip
op-kernel-dev-6e53191d6e15b7afb71dfbd3134c567fcc4eb2cd.tar.gz
staging: wilc1000: delete wilc_log.h
The macros are not used in the driver at all, except in one commented out line, so just remove the .h file so that no one thinks it is a good idea to add any code to use them in the future. Cc: Johnny Kim <johnny.kim@atmel.com> Cc: Rachel Kim <rachel.kim@atmel.com> Cc: Dean Lee <dean.lee@atmel.com> Cc: Chris Park <chris.park@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/coreconfigurator.c')
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c
index c81c41d..1a5b165 100644
--- a/drivers/staging/wilc1000/coreconfigurator.c
+++ b/drivers/staging/wilc1000/coreconfigurator.c
@@ -1438,8 +1438,6 @@ void ProcessAdrWid(char *pcPacket, s32 *ps32PktLen,
void ProcessBinWid(char *pcPacket, s32 *ps32PktLen,
tstrWID *pstrWID, u8 *pu8val, s32 s32ValueSize)
{
- /* WILC_ERROR("processing Binary WIDs is not supported\n"); */
-
u16 u16MsgLen = 0;
u16 idx = 0;
s32 s32PktLen = *ps32PktLen;
OpenPOWER on IntegriCloud