commit | 50dcad2a2c85d56229de0b3e637b8155035a4442 | [log] [tgz] |
---|---|---|
author | Shaun Ren <shaun.ren@linux.com> | Mon Feb 15 10:58:54 2016 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 15:35:42 2016 -0800 |
tree | c228933ecc3d03ab822188a152ff61cd02675a9b | |
parent | 69e3bc543c5610236b74d7e186bc8829b1bc3689 [diff] |
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>