commit | 5074b1b60edd47e0ce4485e57990f7ca75c3e67e | [log] [tgz] |
---|---|---|
author | Joe Lawrence <joe.lawrence@stratus.com> | Wed Jun 25 17:06:02 2014 -0400 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 25 17:16:57 2014 -0400 |
tree | e65147968416fa7b241fbfad44bb3efdc7ee46f9 | |
parent | 5767d25f0d0933ebba111dfb6ae5c820add8d8e4 [diff] |
mptfusion: remove redundant kfree checks Fixes the following smatch warnings: drivers/message/fusion/mptfc.c:529 mptfc_target_destroy() info: redundant null check on starget->hostdata calling kfree() drivers/message/fusion/mptspi.c:465 mptspi_target_destroy() info: redundant null check on starget->hostdata calling kfree() Signed-off-by: Joe Lawrence <joe.lawrence@stratus.com> Acked-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com> Signed-off-by: Christoph Hellwig <hch@lst.de>