From: Joe Lawrence Date: Wed, 25 Jun 2014 21:06:02 +0000 (-0400) Subject: mptfusion: remove redundant kfree checks X-Git-Tag: cleanup-for-v3.18~102^2~52 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5074b1b60edd47e0ce4485e57990f7ca75c3e67e;p=pandora-kernel.git 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 Acked-by: Sreekanth Reddy Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed