public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: "Gadiyar, Anand" <gadiyar@ti.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] OMAP: USB: Fix compile warnings in board-2430sdp-usb.c
Date: Fri, 23 Nov 2007 13:46:00 -0800	[thread overview]
Message-ID: <20071123214600.GO559@atomide.com> (raw)
In-Reply-To: <010C7BAE6783F34D9AC336EE5A01A08804E3D369@dbde01.ent.ti.com>

* Gadiyar, Anand <gadiyar@ti.com> [071123 07:41]:
> From: Anand Gadiyar <gadiyar@ti.com>
> 
> Fixes warnings during compilation with CONFIG_USB_GADGET_MUSB_HDRC=y
> 
> Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
> ---
>  arch/arm/mach-omap2/board-2430sdp-usb.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> Index: linux-omap-2.6-NOV23/arch/arm/mach-omap2/board-2430sdp-usb.c
> ===================================================================
> --- linux-omap-2.6-NOV23.orig/arch/arm/mach-omap2/board-2430sdp-usb.c	2007-11-23 11:36:45
> +++ linux-omap-2.6-NOV23/arch/arm/mach-omap2/board-2430sdp-usb.c	2007-11-23 11:41:41
> @@ -37,9 +37,9 @@
>  static struct musb_hdrc_platform_data musb_plat = {
>  #ifdef CONFIG_USB_MUSB_OTG
>  	.mode		= MUSB_OTG,
> -#elif CONFIG_USB_MUSB_HDRC_HCD
> +#elif defined(CONFIG_USB_MUSB_HDRC_HCD)
>  	.mode		= MUSB_HOST,
> -#elif CONFIG_USB_GADGET_MUSB_HDRC
> +#elif defined(CONFIG_USB_GADGET_MUSB_HDRC)
>  	.mode		= MUSB_PERIPHERAL,
>  #endif
>  	.multipoint	= 1,

Pushing today.

Tony

      reply	other threads:[~2007-11-23 21:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-23 15:40 [PATCH] OMAP: USB: Fix compile warnings in board-2430sdp-usb.c Gadiyar, Anand
2007-11-23 21:46 ` Tony Lindgren [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=20071123214600.GO559@atomide.com \
    --to=tony@atomide.com \
    --cc=gadiyar@ti.com \
    --cc=linux-omap-open-source@linux.omap.com \
    /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