Staging: vt6656: Remove explicit comparisons against NULL
authorSebastian Rachuj <sebastian.rachuj@studium.uni-erlangen.de>
Sat, 4 Jan 2014 15:25:17 +0000 (16:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 01:17:58 +0000 (17:17 -0800)
commit5918ed4203362393c88dd33d6f44625e775416d1
tree557ce8a3ddfb3f9c1d4065f224383e8d0051ad9a
parent72cac30225d93fdbdde2cd1364d29a2e28c8a9ba
Staging: vt6656: Remove explicit comparisons against NULL

Explicit comparisons of pointers agains NULL
(like if (p != NULL) ...) are not as readable as the implicit
comparison (like if (p) ...). This patch converts all these explicit
comparisons to implicit ones.

Signed-off-by: Sebastian Rachuj <sebastian.rachuj@studium.uni-erlangen.de>
Signed-off-by: Simon Schuster <linux@rationality.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/bssdb.c