git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b45f2
)
[PATCH] USB: fix pointer dereference in drivers/usb/misc/usblcd
author
Eric Sesterhenn
<snakebyte@gmx.de>
Mon, 26 Jun 2006 22:57:42 +0000
(
00:57
+0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 12 Jul 2006 23:03:23 +0000
(16:03 -0700)
coverity spotted (id #185) that we still use urb, if the allocation
fails in the error path. This patch fixes this by returning directly.
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found