]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: panel: Replace NULL comparison.
authorAybuke Ozdemir <aybuke.147@gmail.com>
Sat, 3 Oct 2015 11:52:09 +0000 (14:52 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 08:37:23 +0000 (09:37 +0100)
commit0f661482075d437bf6f94303fdb5d78423a42946
treef73bd3d90529bda8d3dc96f8c02be21fa6556514
parent8af22379cada2811c3ffb6aff243fbf15af2e915
Staging: panel: Replace NULL comparison.

Use ! operating instead of NULL checks.
Addresses "CHECK: Comparison to NULL" from checkpatch.pl.

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/panel/panel.c