commit | c4b51a431561f0bacc1740aa27f080bf95c4d6c7 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Jul 11 14:58:23 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 25 11:49:30 2013 -0700 |
tree | f326dbbfcbc4e97faa486424574b9d716f957447 | |
parent | 1353aa53851e3bc7f2c6365753d9c2783c34f882 [diff] |
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>