Re: [PATCH v2] usb: core: Remove unneeded #ifdef and associated dead code

2015-02-08 Thread Rafael J. Wysocki
On Sunday, February 08, 2015 08:36:38 PM Andreas Ruprecht wrote: > In commit ceb6c9c862c8 ("USB / PM: Drop CONFIG_PM_RUNTIME from the > USB core"), all occurrences of CONFIG_PM_RUNTIME in the USB core > code were replaced by CONFIG_PM. This created the following structure > of #ifdef blocks in driv

[PATCH v2] usb: core: Remove unneeded #ifdef and associated dead code

2015-02-08 Thread Andreas Ruprecht
In commit ceb6c9c862c8 ("USB / PM: Drop CONFIG_PM_RUNTIME from the USB core"), all occurrences of CONFIG_PM_RUNTIME in the USB core code were replaced by CONFIG_PM. This created the following structure of #ifdef blocks in drivers/usb/core/hub.c: [...] #ifdef CONFIG_PM #ifdef CONFIG_PM /* alway