]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: remove duplicate null check routine
authorLeo Kim <leo.kim@atmel.com>
Tue, 13 Oct 2015 10:49:39 +0000 (19:49 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 16:55:08 +0000 (09:55 -0700)
commitb2474c0fb5cfa05760eabd776123c1d35db5b75e
treecd14868ea935329498ae032eeac79dd67b2a90d9
parente7a2346a2819f2a3e19328d1673e9d8423156da7
staging: wilc1000: remove duplicate null check routine

This patch removes the duplicate null check routine. The same null check
routine is twice executed. Therefore the duplicated routine is not necessary.

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