Staging: irda: net: Use NOT operator instead of comparison to NULL
authorGeorgiana Chelu <georgiana.chelu93@gmail.com>
Fri, 22 Sep 2017 07:52:13 +0000 (00:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Sep 2017 08:53:45 +0000 (10:53 +0200)
commitc8d2d20e0c02f2226b65af1c955f600003f83503
tree96e7cd9438563019689ca7e674b5a4a5d6e025ea
parent43aac03aaac35343f6c9a0a9b8159bd1a7fcdeda
Staging: irda: net: Use NOT operator instead of comparison to NULL

Fix issues find by checkpatch.pl.
CHECK: Comparison to NULL could be written "!dongles"
CHECK: Comparison to NULL could be written "!tasks"

Signed-off-by: Georgiana Chelu <georgiana.chelu93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/irda/net/irda_device.c