diff options
author | Suniel Mahesh <suniel.spartan@gmail.com> | 2017-03-21 12:01:02 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-23 16:30:03 +0300 |
commit | e465274a3c55a846ed47e19491b575e665f5d0c6 (patch) | |
tree | a6992dead7d28642f4b1649ac59baff42d78854b /drivers/irqchip/irq-mips-cpu.c | |
parent | a959dec1155714260ff347020421ee6fce0d0f61 (diff) | |
download | linux-e465274a3c55a846ed47e19491b575e665f5d0c6.tar.xz |
staging: rtl8192e: Rectify pointer comparisions with NULL
This patch simplifies code by replacing explicit NULL comparison
with ! or unmark operator
Reported by checkpatch.pl for comparison to NULL could be
written '!foo' or 'foo'
Signed-off-by: Suniel Mahesh <suniel.spartan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/irqchip/irq-mips-cpu.c')
0 files changed, 0 insertions, 0 deletions