[media] staging: media: lirc: replace NULL comparisons with !var
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Fri, 18 Dec 2015 13:05:25 +0000 (11:05 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 25 Jan 2016 17:15:35 +0000 (15:15 -0200)
commit23c7d7134147f276a09d0e55011cf682a0051093
tree62efb42c0b817134dfc482b2ba9e92100cb51226
parent28d5bdbe5c0adcc11b7b63e65cf002a1ebaf3ca4
[media] staging: media: lirc: replace NULL comparisons with !var

A NULL comparison can be written as if (var) or if (!var).
Reported by checkpatch.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/staging/media/lirc/lirc_parallel.c