commit | 7d47383dcb3f5867de56ac04ce46db06ac47ad0b | [log] [tgz] |
---|---|---|
author | Dominique van den Broeck <domdevlin@free.fr> | Tue Mar 29 19:14:21 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Mar 29 14:41:15 2016 -0700 |
tree | a3c349b8771dd60e8894950df1280d6eb6163017 | |
parent | eeb6f1ba921d413157282a573290c0eb57d549d7 [diff] |
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>