From: Dan Carpenter Date: Sat, 6 Mar 2010 11:08:56 +0000 (+0300) Subject: USB: goku_udc: remove potential null dereference X-Git-Tag: v2.6.34-rc2~8^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=872f8b42544c58dfa241956d220ada115a8e93c7;p=pandora-kernel.git USB: goku_udc: remove potential null dereference "dev" is always null here. In the end it's only used to get the pci_name() of "pdev" which is redundant information and so I removed it. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed