[media] lirc_zilog: Fix NULL comparisons style
authorRicardo Silva <rjpdasilva@gmail.com>
Mon, 15 May 2017 19:40:13 +0000 (16:40 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 6 Jun 2017 12:11:13 +0000 (09:11 -0300)
commit28b671b4bac52b4ad8e1a9e8aa7514da7efe924d
treeef6071e0107c641509a3a05df85f18646dbff55b
parent32ddcbb5b8dc10bf922ff3a6666cb3748efca388
[media] lirc_zilog: Fix NULL comparisons style

Fix all checkpatch reported issues for "CHECK: Comparison to NULL could
be written...".

Do these comparisons using the recommended coding style and consistent
with other similar cases in the file, which already used the recommended
way.

Signed-off-by: Ricardo Silva <rjpdasilva@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/lirc/lirc_zilog.c