From 624d6c0732d2c4ac00945ad79dbb6ff39ba90ee3 Mon Sep 17 00:00:00 2001 From: Alan Stern Date: Wed, 30 May 2007 15:35:16 -0400 Subject: [PATCH] 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-format-patch failed