From: Alan Stern Date: Wed, 30 May 2007 19:35:16 +0000 (-0400) Subject: USB: remove excess code from hub.c X-Git-Tag: v2.6.23-rc1~1083^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=624d6c0732d2c4ac00945ad79dbb6ff39ba90ee3;p=pandora-kernel.git USB: remove excess code from hub.c This patch (as917) removes a now-unnecessary level of subroutine nesting from hub.c. Since usb_port_suspend() does nothing but call hub_port_suspend(), and usb_port_resume() does nothing but call hub_port_resume(), there's no reason to keep the routines separate. Also included in the patch are a few cosmetic changes involving whitespace and use of braces. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed