staging: wilc1000: wilc_msgqueue.c: use ! operator instead of NULL comparison
authorChaehyun Lim <chaehyun.lim@gmail.com>
Wed, 19 Aug 2015 06:59:01 +0000 (15:59 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:29 +0000 (18:24 -0700)
commitae177a2afc36336dd6a5a21bb8ddfe9d44791a0d
treecc6571142cb9987c2f0c33ecd2e3264c4d83a53c
parent96cab4cdc6583d386696c1325a391c11391d6998
staging: wilc1000: wilc_msgqueue.c: use ! operator instead of NULL comparison

This patch uses ! operator instead of NULL comparison.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_msgqueue.c