staging: fwserial: (coding-style) rewrite comparisons to NULL as "!fifo->data"
authorChristian Colic <colic.christian@gmail.com>
Tue, 17 Nov 2015 12:56:31 +0000 (13:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 03:36:14 +0000 (19:36 -0800)
commitde593dca1b6b4a932d465214dab311d5daacfa76
treed1c6489d6e59b789977ef7dcf1f36398ff74b5b4
parent3dd0af86a05d112c72cf4d9353ed725202ed67db
staging: fwserial: (coding-style) rewrite comparisons to NULL as "!fifo->data"

Rewrite multiple comparisons to NULL as "!fifo->data"
to fix the last coding style problems of this file.

Signed-off-by: Christian Colic <colic.christian@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fwserial/dma_fifo.c