[PATCH] ohci-nxp: Use ohci_finish_controller_resume()
Roland Stigge
stigge at antcom.de
Mon Jun 4 11:02:28 EDT 2012
Hi!
On 06/04/2012 04:29 PM, Alan Stern wrote:
>> OHCI drivers are supposed to use ohci_finish_controller_resume(). This patch
>> adds respective suspend and resume code to ohci-nxp. The following compiler
>> warning is fixed this way:
>>
>> drivers/usb/host/ohci-hub.c:321: warning: 'ohci_finish_controller_resume'
>> defined but not used
>
> This is not a correct description of the patch. A correct description
> would be something like:
>
> Add suspend/resume support to the ohci-nxp driver.
>
> The compiler warning needs a completely different fix;
> ohci_finish_controller_resume should be given a __maybe_unused
> annotation.
Thanks for the suggestion! I'll rather do the latter.
Roland
More information about the linux-arm-kernel
mailing list