From: Eric Sesterhenn Date: Mon, 26 Jun 2006 22:57:42 +0000 (+0200) Subject: [PATCH] USB: fix pointer dereference in drivers/usb/misc/usblcd X-Git-Tag: v2.6.18-rc2~97^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=053be305d3a5ae0152991f25c6579127fb48710c;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed