From: Pekka Enberg Date: Mon, 27 Oct 2008 21:29:31 +0000 (+0200) Subject: Staging: w35und: usb_put_dev() is missing from wb35_disconnect() X-Git-Tag: v2.6.29-rc1~228^2~217 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4af12e55a5f5e8d0d6d9390a592daa789a181e36;p=pandora-kernel.git Staging: w35und: usb_put_dev() is missing from wb35_disconnect() The wb35_probe() function does usb_get_dev() so add a missing usb_put_dev() to the wb35_disconnect() function. Also fix error handling paths in wb35_probe() to call usb_put_dev() as well. Signed-off-by: Pekka Enberg Acked-by: Pavel Machek Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed