From: Ming Lei Date: Sun, 15 Jun 2008 01:42:02 +0000 (+0800) Subject: USB: remove interface parameter of usb_reset_composite_device X-Git-Tag: v2.6.27-rc1~946^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625f694936cbbdee98e6cc65f72724a7660e7946;p=pandora-kernel.git 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 Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed