]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: vt6655: replace NULL comparison with '!' operator
authorMarko Stankovic <dartnorris@gmail.com>
Mon, 22 May 2017 23:19:43 +0000 (01:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 16:56:45 +0000 (18:56 +0200)
commit3621014af3847d95947a5baa528e53c2322ef934
treeb53e2cca62978ac04001c88d4dbf66fcad4dbc85
parent5b5d636221057ae0f33aa906e1bf315f22f05b84
staging: vt6655: replace NULL comparison with '!' operator

Fix comparison to NULL issues reported by checkpatch.pl

Signed-off-by: Marko Stankovic <dartnorris@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/device_main.c