From: Sarah Sharp <sarah.a.sharp@linux.intel.com>
To: Olof Johansson <olof@lixom.net>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb: xhci: Mark two functions __maybe_unused
Date: Wed, 24 Jul 2013 11:26:35 -0700 [thread overview]
Message-ID: <20130724182635.GI5289@xanatos> (raw)
In-Reply-To: <1374605900-29700-1-git-send-email-olof@lixom.net>
On Tue, Jul 23, 2013 at 11:58:20AM -0700, Olof Johansson wrote:
> Resolves the following build warnings:
> drivers/usb/host/xhci.c:332:13: warning: 'xhci_msix_sync_irqs' defined but not used [-Wunused-function]
> drivers/usb/host/xhci.c:3901:12: warning: 'xhci_change_max_exit_latency' defined but not used [-Wunused-function]
>
> These functions are not always used, and since they're marked static
> they will produce build warnings:
> - xhci_msix_sync_irqs is only used with CONFIG_PCI.
> - xhci_change_max_exit_latency is a little more complicated with
> dependencies on CONFIG_PM and CONFIG_PM_RUNTIME.
>
> Instead of building a bigger maze of ifdefs in this code, I've just
> marked both with __maybe_unused.
>
> Signed-off-by: Olof Johansson <olof@lixom.net>
> ---
>
> Sarah,
>
> I guess taste might differ on ifdef vs __maybe_unused, let me know this
> is not to your liking.
__maybe_unused is fine, I will queue this up shortly.
Sarah Sharp
>
> Thanks,
>
> -Olof
>
> drivers/usb/host/xhci.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c
> index 2c49f00..87ae8cd 100644
> --- a/drivers/usb/host/xhci.c
> +++ b/drivers/usb/host/xhci.c
> @@ -329,7 +329,7 @@ static void xhci_cleanup_msix(struct xhci_hcd *xhci)
> return;
> }
>
> -static void xhci_msix_sync_irqs(struct xhci_hcd *xhci)
> +static void __maybe_unused xhci_msix_sync_irqs(struct xhci_hcd *xhci)
> {
> int i;
>
> @@ -3898,7 +3898,7 @@ int xhci_find_raw_port_number(struct usb_hcd *hcd, int port1)
> * Issue an Evaluate Context command to change the Maximum Exit Latency in the
> * slot context. If that succeeds, store the new MEL in the xhci_virt_device.
> */
> -static int xhci_change_max_exit_latency(struct xhci_hcd *xhci,
> +static int __maybe_unused xhci_change_max_exit_latency(struct xhci_hcd *xhci,
> struct usb_device *udev, u16 max_exit_latency)
> {
> struct xhci_virt_device *virt_dev;
> --
> 1.7.10.4
>
prev parent reply other threads:[~2013-07-24 18:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-23 18:58 Olof Johansson
2013-07-24 18:26 ` Sarah Sharp [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130724182635.GI5289@xanatos \
--to=sarah.a.sharp@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=olof@lixom.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®