]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitea414b82990741220f5e05ec98363bc8e93de722
tree6c1be94e623d5930cf0172037559de8b55cab357
parent9e88144e2e295946d6d3dcb242c0c505160e5e70
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