USB: remove redundant "#if"
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 11 Jul 2013 18:58:23 +0000 (14:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 18:49:30 +0000 (11:49 -0700)
commitc4b51a431561f0bacc1740aa27f080bf95c4d6c7
treef326dbbfcbc4e97faa486424574b9d716f957447
parent1353aa53851e3bc7f2c6365753d9c2783c34f882
USB: remove redundant "#if"

This patch removes a redundant nested "#ifdef CONFIG_PM" from the hub
driver.  It also adds a label to the "#endif" line corresponding to
the outer "#ifdef CONFIG_PM".

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c