Message ID | 1310468729.6590.3.camel@phoenix (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Axel Lin | 2011-07-12 19:05:29 [+0800]: >Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Sebastian
* Sebastian Andrzej Siewior | 2011-07-14 10:24:14 [+0200]: >* Axel Lin | 2011-07-12 19:05:29 [+0800]: > >>Signed-off-by: Axel Lin <axel.lin@gmail.com> >Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Felipe / Greg: can one of you please pick it up, please? Should I resent it? Sebastian
On Tue, Jul 26, 2011 at 04:41:08PM +0200, Sebastian Andrzej Siewior wrote: > * Sebastian Andrzej Siewior | 2011-07-14 10:24:14 [+0200]: > > >* Axel Lin | 2011-07-12 19:05:29 [+0800]: > > > >>Signed-off-by: Axel Lin <axel.lin@gmail.com> > >Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> > > Felipe / Greg: can one of you please pick it up, please? Should I > resent it? I'm starting to take patches now. This is queued now.
On Tue, Jul 12, 2011 at 07:05:29PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
applied, thanks
diff --git a/drivers/usb/gadget/s3c2410_udc.c b/drivers/usb/gadget/s3c2410_udc.c index 85c1b0d..8d31848 100644 --- a/drivers/usb/gadget/s3c2410_udc.c +++ b/drivers/usb/gadget/s3c2410_udc.c @@ -2060,6 +2060,7 @@ static int s3c2410_udc_resume(struct platform_device *pdev) static const struct platform_device_id s3c_udc_ids[] = { { "s3c2410-usbgadget", }, { "s3c2440-usbgadget", }, + { } }; MODULE_DEVICE_TABLE(platform, s3c_udc_ids);
Signed-off-by: Axel Lin <axel.lin@gmail.com> --- drivers/usb/gadget/s3c2410_udc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)