From: Julia Lawall Date: Mon, 16 May 2011 12:24:57 +0000 (+0200) Subject: drivers/staging/line6/driver.c: Drop unneeded put functions. X-Git-Tag: v3.0-rc1~336^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5cbebf87f49dfb4f4ccdf86f6c24b4912a3061f;p=pandora-kernel.git drivers/staging/line6/driver.c: Drop unneeded put functions. This seems to be the result of patches ab366c1a and 1027f476 crossing each other. Patch ab366c1a adds calls to usb_put_intf and usb_put_dev at the end of the function line6_probe, in the error handling code, while patch 1027f476 moves the calls to the corresponding get function from the beginning to the end of line6_probe, making the calls to put in the error handling code unnecessary. // Signed-off-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed