]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: comedi: use !x in place of NULL comparison
authorPayal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Sun, 31 Mar 2019 18:03:47 +0000 (23:33 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Apr 2019 17:23:42 +0000 (19:23 +0200)
commit643cd0a25d5d1605eb3e6b083ef5accaddc616cf
treedae2fb70383d350bad529eda8ef758a8909d95ce
parent198980e079a4de0da49ec0d88f07f9124b4fbcd0
staging: comedi: use !x in place of NULL comparison

Challenge suggested by coccinelle.
Avoid NULL comparison, compare using boolean operator.

Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/tests/ni_routes_test.c