From: Alan Stern Date: Tue, 12 Aug 2008 18:33:27 +0000 (-0400) Subject: USB: Add udev argument to interface suspend/resume functions X-Git-Tag: v2.6.27-rc5~55^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65605ae8e587d714f73e674369bc4cd5a1e53a9b;p=pandora-kernel.git USB: Add udev argument to interface suspend/resume functions This patch (as1127) makes a minor change to the prototypes of the usb_suspend_interface() and usb_resume_interface() routines. Now the usb_device structure is passed as an argument, instead of being computed on-the-fly from the usb_interface argument. It makes the code look simpler, even if it really isn't much different from before. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed