From: Larry Finger Date: Fri, 11 May 2012 16:33:43 +0000 (-0500) Subject: staging: r8712u: Remove needless test for NULL X-Git-Tag: v3.5-rc1~145^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d73fad8335784fa53349ed2c5284c1339e3b103;p=pandora-kernel.git staging: r8712u: Remove needless test for NULL In commit ee6aeff, a swatch warning was fixed by moving some code inside an if block that is executed only when the pointer padapter is not NULL. In fact, padapter can never be NULL and the corect fix should have been the removal of the test of padapter. Reported-by: Ben Hutchings Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed