]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit5b965b7ede0f9ba72460b22827757e052a74d172
tree62efb42c0b817134dfc482b2ba9e92100cb51226
parent1d1d9a5f2f9c36ae21a31dfeba497f58709cd757
[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