staging: wilc1000: host_interface.c : removes unused local variables
authorLeo Kim <leo.kim@atmel.com>
Mon, 12 Oct 2015 07:55:37 +0000 (16:55 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:58:01 +0000 (20:58 -0700)
commitb68d820bb5f47a230998c59b6cc10a269a9f107a
tree6c1be94e623d5930cf0172037559de8b55cab357
parent2482a79f48e5f8ba567887ee8a9a0f38cd09863b
staging: wilc1000: host_interface.c : removes unused local variables

This patch removes unused local variables from host_interface.c.
The unused local variable, s32Error is used just to return zero, so this
patch calls "returns 0" instead of "return s32Error" after removing
s32Error.

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/host_interface.c