From: Florin Malita Date: Mon, 16 Jul 2007 15:50:53 +0000 (-0400) Subject: USB: mos7720, mos7840: remove redundant urb check X-Git-Tag: v2.6.23-rc1~231^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e94fa28f137813c2f6e05470b41bd8f3c5422a04;p=pandora-kernel.git USB: mos7720, mos7840: remove redundant urb check Coverity (1709, 1710, 1711, 1712, 1713) actually flagged these as REVERSE_INULLs (NULL check performed after dereference). But looking at the other drivers I can't see any similar tests and the USB core already makes sure urb is non-null - so might as well get rid of the checks. Signed-off-by: Florin Malita Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed