]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: rts5208: rtsx_transport.c: Fix comparisons to NULL
authorShaun Ren <shaun.ren@linux.com>
Mon, 15 Feb 2016 18:58:54 +0000 (10:58 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 23:35:42 +0000 (15:35 -0800)
commit50dcad2a2c85d56229de0b3e637b8155035a4442
treec228933ecc3d03ab822188a152ff61cd02675a9b
parent69e3bc543c5610236b74d7e186bc8829b1bc3689
Staging: rts5208: rtsx_transport.c: Fix comparisons to NULL

This patch changes all comparsions to NULL with !..., as reported by
checkpatch.pl.

Signed-off-by: Shaun Ren <shaun.ren@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/rtsx_transport.c