From: Arend van Spriel Date: Fri, 25 Feb 2011 15:39:23 +0000 (+0100) Subject: staging: brcm80211: remove NULL pointer checks before calling kfree X-Git-Tag: v2.6.39-rc1~469^2~362 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c0e45d7fb4ca3f9505b316598f4c2d748f3e8d0;p=pandora-kernel.git staging: brcm80211: remove NULL pointer checks before calling kfree kfree function can handle NULL pointer as passed parameter so there is no need for the calling function to check for this before calling kfree. Reviewed-by: Roland Vossen Reviewed-by: Brett Rudley Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed