]> git.baikalelectronics.ru Git - kernel.git/commit
staging: sm750fb: Replace NULL comparison.
authorVarsha Rao <rvarsha016@gmail.com>
Mon, 27 Feb 2017 10:12:55 +0000 (15:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:17:06 +0000 (09:17 +0100)
commitd30ef8f8734c58a3e52a3b231a7418e74e771dd8
tree89a9fc0ae769cf37cd0eba91270c9ca190864547
parentd3d7b770eccf4dc3c74eeaaa41e5b6b1c153d991
staging: sm750fb: Replace NULL comparison.

Replaced NULL comparison with pCurrentDviCtrl->pfnInit. This patch fixes
the following checkpatch issue:

CHECK: Comparison to NULL could be written "pCurrentDviCtrl->pfnInit"

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_dvi.c