From: Dan Carpenter Date: Fri, 20 Jul 2012 07:10:19 +0000 (+0300) Subject: USB: legousbtower.c: remove a bogus NULL check X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644034c21209feaddd6d584669ffb40561525d18;p=pandora-kernel.git USB: legousbtower.c: remove a bogus NULL check "udev" can't be NULL here. The debugging printk() makes static checkers complain when we dereference it later in the function inside the call to usb_rcvctrlpipe(). Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed