]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: unisys: fix NULL pointer comparisons in uislib.c
authorBenjamin Romer <benjamin.romer@unisys.com>
Mon, 16 Mar 2015 17:58:35 +0000 (13:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 20:58:12 +0000 (21:58 +0100)
commit862cf604071bcd94fc3d8e0a8953d340eab6e3a0
tree7f4cd7b44f2ffbe386deab4c04bf1364aebbd388
parenta6a3989b514a276506d4e8432318e1186636c1f3
staging: unisys: fix NULL pointer comparisons in uislib.c

Change pointer comparisons to NULL to just use the pointer directly.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/uislib/uislib.c