USB: remove interface parameter of usb_reset_composite_device
authorMing Lei <tom.leiming@gmail.com>
Sun, 15 Jun 2008 01:42:02 +0000 (09:42 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:16:32 +0000 (15:16 -0700)
commit625f694936cbbdee98e6cc65f72724a7660e7946
treea802abcee5ef4d1e24409a615af8c97843f639e5
parent33578bd706e40eb877bd87bfc47e5da30034afde
USB: remove interface parameter of usb_reset_composite_device

From the current implementation of usb_reset_composite_device
function, the iface parameter is no longer useful. This function
doesn't do something special for the iface usb_interface,compared
with other interfaces in the usb_device. So remove the parameter
and fix the related caller.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hid/usbhid/hid-core.c
drivers/usb/core/devio.c
drivers/usb/core/hub.c
drivers/usb/storage/transport.c
include/linux/usb.h