]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
staging: vt6655: replace NULL comparison with variable
authorSantha Meena Ramamoorthy <santhameena13@gmail.com>
Wed, 28 Feb 2018 22:51:12 +0000 (14:51 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Mar 2018 16:21:49 +0000 (17:21 +0100)
commit0f2dc64fb64703dfa5422a6979151e696dba6c17
treeffd690298892b87ae8263e83b867f922a7510e0e
parent87bb7f5c31286d35ed25b37e25517462de0420d7
staging: vt6655: replace NULL comparison with variable

Replace NULL comparison of the variable with just the variable name to
conform to the Linux kernel coding style. Issue found using checkpatch.

Signed-off-by: Santha Meena Ramamoorthy <santhameena13@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/rxtx.c