From: Dan Carpenter Date: Tue, 10 Nov 2009 09:02:08 +0000 (+0200) Subject: USB: fix possible null deref in init_usb_class() X-Git-Tag: v2.6.33-rc1~315^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed7487c2c28560a6b06900851ab63ebca1aea444;p=pandora-kernel.git USB: fix possible null deref in init_usb_class() Add a missing goto. We dereference usb_class on the next line. Found by smatch static checker. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed