All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregkh@suse.de (Greg KH)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH TRIVIAL] AT91: usb: fix typo in atmel_usba_udc driver
Date: Tue, 16 Nov 2010 06:09:47 -0800	[thread overview]
Message-ID: <20101116140947.GA15097@suse.de> (raw)
In-Reply-To: <alpine.LNX.2.00.1011161149460.7420@pobox.suse.cz>

On Tue, Nov 16, 2010 at 11:51:32AM +0100, Jiri Kosina wrote:
> On Tue, 16 Nov 2010, Josh Wu wrote:
> 
> > Signed-off-by: Josh Wu <josh.wu@atmel.com>
> > ---
> > fix against 2.6.37-rc1
> > 
> >  drivers/usb/gadget/atmel_usba_udc.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/drivers/usb/gadget/atmel_usba_udc.c b/drivers/usb/gadget/atmel_usba_udc.c
> > index b5e20e8..717ff65 100644
> > --- a/drivers/usb/gadget/atmel_usba_udc.c
> > +++ b/drivers/usb/gadget/atmel_usba_udc.c
> > @@ -2017,7 +2017,7 @@ static int __init usba_udc_probe(struct platform_device *pdev)
> >  			}
> >  		} else {
> >  			/* gpio_request fail so use -EINVAL for gpio_is_valid */
> > -			ubc->vbus_pin = -EINVAL;
> > +			udc->vbus_pin = -EINVAL;
> >  		}
> >  	}
> >  
> 
> As this is a compile fix (for bug introduced by 969affff547027), I am 
> adding Greg and linux-usb@ to CC. I usually don't push trivial changes 
> more than once per release, but this needs to go in faster.
> 
> Greg, could you please take it?

Yes, I will take it.

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@suse.de>
To: Jiri Kosina <jkosina@suse.cz>
Cc: Josh Wu <josh.wu@atmel.com>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, nicolas.ferre@atmel.com,
	plagnioj@jcrosoft.com, linux-usb@vger.kernel.org
Subject: Re: [PATCH TRIVIAL] AT91: usb: fix typo in atmel_usba_udc driver
Date: Tue, 16 Nov 2010 06:09:47 -0800	[thread overview]
Message-ID: <20101116140947.GA15097@suse.de> (raw)
In-Reply-To: <alpine.LNX.2.00.1011161149460.7420@pobox.suse.cz>

On Tue, Nov 16, 2010 at 11:51:32AM +0100, Jiri Kosina wrote:
> On Tue, 16 Nov 2010, Josh Wu wrote:
> 
> > Signed-off-by: Josh Wu <josh.wu@atmel.com>
> > ---
> > fix against 2.6.37-rc1
> > 
> >  drivers/usb/gadget/atmel_usba_udc.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/drivers/usb/gadget/atmel_usba_udc.c b/drivers/usb/gadget/atmel_usba_udc.c
> > index b5e20e8..717ff65 100644
> > --- a/drivers/usb/gadget/atmel_usba_udc.c
> > +++ b/drivers/usb/gadget/atmel_usba_udc.c
> > @@ -2017,7 +2017,7 @@ static int __init usba_udc_probe(struct platform_device *pdev)
> >  			}
> >  		} else {
> >  			/* gpio_request fail so use -EINVAL for gpio_is_valid */
> > -			ubc->vbus_pin = -EINVAL;
> > +			udc->vbus_pin = -EINVAL;
> >  		}
> >  	}
> >  
> 
> As this is a compile fix (for bug introduced by 969affff547027), I am 
> adding Greg and linux-usb@ to CC. I usually don't push trivial changes 
> more than once per release, but this needs to go in faster.
> 
> Greg, could you please take it?

Yes, I will take it.

thanks,

greg k-h

  reply	other threads:[~2010-11-16 14:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-16 10:14 [PATCH TRIVIAL] AT91: usb: fix typo in atmel_usba_udc driver Josh Wu
2010-11-16 10:14 ` Josh Wu
2010-11-16 10:51 ` Jiri Kosina
2010-11-16 10:51   ` Jiri Kosina
2010-11-16 14:09   ` Greg KH [this message]
2010-11-16 14:09     ` Greg KH
2010-11-16 14:35 ` Jean-Christophe PLAGNIOL-VILLARD
2010-11-16 14:35   ` Jean-Christophe PLAGNIOL-VILLARD

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=20101116140947.GA15097@suse.de \
    --to=gregkh@suse.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.