commit | 053be305d3a5ae0152991f25c6579127fb48710c | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Tue Jun 27 00:57:42 2006 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 12 16:03:23 2006 -0700 |
tree | 236f7e47eff55010f51e2a097b7a409fc81cfd3f | |
parent | c1b45f247a2901de3982f33196d5caf8ca5b9799 [diff] |
[PATCH] USB: fix pointer dereference in drivers/usb/misc/usblcd 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>