From: d binderman Date: Thu, 18 Mar 2010 23:01:42 +0000 (+0000) Subject: powerpc/pmac/windfarm: Don't test pointers before kfree() X-Git-Tag: v2.6.35-rc1~450^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d1bdd2afbed74b3adcf3a7aec49e430eeb6c5f3;p=pandora-kernel.git powerpc/pmac/windfarm: Don't test pointers before kfree() Fix minor nits found by cppcheck [./macintosh/windfarm_pm81.c:760]: (style) Redundant condition. It is safe to deallocate a NULL pointer [./macintosh/windfarm_pm81.c:762]: (style) Redundant condition. It is safe to deallocate a NULL pointer Signed-off-by: David Binderman Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed