commit | 808cbb68de49b8d9d72f9bdf28251c8a87c96f39 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu May 09 15:48:13 2013 +0300 |
committer | James Bottomley <JBottomley@Parallels.com> | Tue Jun 04 11:16:18 2013 -0700 |
tree | 9fc3e620fb69e7d2d7942d48da3502e4e2505672 | |
parent | e73823f7a2c921dcf068d34ea03bd682498d9e42 [diff] |
[SCSI] pm80xx: remove unneeded NULL check Coccinelle complains about the inconsistent NULL checking on "t". It turns out the check isn't needed because we verified that "t" is non-NULL at the start of the function. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Anand Kumar Santhanam <AnandKumar.Santhanam@pmcs.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>