OSDN Git Service

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)
commit97b457d7e2ad76e1ce3950a6c46e4d3cd0e350b2
treecd14868ea935329498ae032eeac79dd67b2a90d9
parent1e276c8842863aa25c89bd4286909e5ae6739c3a
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