linux/drivers/staging/line6
Julia Lawall c5cbebf87f 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.

// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-05-17 13:31:32 -07:00
..
Kconfig staging: line6: sync with upstream 2010-08-31 15:28:15 -07:00
Makefile Staging: line6: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:47 -07:00
audio.c Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
audio.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
capture.c staging/line6: Fix sparse warning 'Using plain integer as NULL pointer' 2010-12-08 14:31:01 -08:00
capture.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
config.h Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
control.c Staging: line6: fix up my fixup for some sysfs attribute permissions 2010-11-18 11:27:20 -08:00
control.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
driver.c drivers/staging/line6/driver.c: Drop unneeded put functions. 2011-05-17 13:31:32 -07:00
driver.h Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
dumprequest.c Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
dumprequest.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
midi.c staging/line6: Fix sparse warning 'Using plain integer as NULL pointer' 2010-12-08 14:31:01 -08:00
midi.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
midibuf.c Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
midibuf.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
pcm.c staging: line6: Remove NULL check before kfree 2011-03-14 11:57:33 -07:00
pcm.h Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
playback.c staging/line6: Fix sparse warning 'Using plain integer as NULL pointer' 2010-12-08 14:31:01 -08:00
playback.h Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
pod.c Staging: line6: fix up my fixup for some sysfs attribute permissions 2010-11-18 11:27:20 -08:00
pod.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
revision.h Staging: line6: workaround for null pointer bug 2010-09-20 17:04:35 -07:00
toneport.c Staging: line6: fix up my fixup for some sysfs attribute permissions 2010-11-18 11:27:20 -08:00
toneport.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
usbdefs.h Staging: line6: minor coding style cleanups 2010-09-21 16:58:00 -07:00
variax.c Staging: line6: fix up my fixup for some sysfs attribute permissions 2010-11-18 11:27:20 -08:00
variax.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00