commit | ed7487c2c28560a6b06900851ab63ebca1aea444 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Tue Nov 10 11:02:08 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 11:55:22 2009 -0800 |
tree | 0c63d86549aa083f1751f0c39270d729318bb56a | |
parent | a33279dfd825846325546b4d42d542b214ccb8d9 [diff] |
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 <error27@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>