staging: fwserial: (coding style) removing "!= NULL" to comply with checkpatch.pl
authorDominique van den Broeck <domdevlin@free.fr>
Tue, 29 Mar 2016 17:14:21 +0000 (19:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Mar 2016 21:41:15 +0000 (14:41 -0700)
commit7d47383dcb3f5867de56ac04ce46db06ac47ad0b
treea3c349b8771dd60e8894950df1280d6eb6163017
parenteeb6f1ba921d413157282a573290c0eb57d549d7
staging: fwserial: (coding style) removing "!= NULL" to comply with checkpatch.pl

Removing two "!= NULL" from fwserial.c as suggested by checkpatch.pl.
Note that the associated expression "port->port.console" is a 1-bit-field
that is already assumed as an implicit boolean (that is: without comparison)

Signed-off-by: Dominique van den Broeck <domdevlin@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fwserial/fwserial.c