linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] USB: s3c2410_udc: fix unterminated platform_device_id table
@ 2011-07-12 11:05 Axel Lin
  2011-07-14  8:24 ` Sebastian Andrzej Siewior
  2011-07-26 14:45 ` Felipe Balbi
  0 siblings, 2 replies; 5+ messages in thread
From: Axel Lin @ 2011-07-12 11:05 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/usb/gadget/s3c2410_udc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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);
 
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] USB: s3c2410_udc: fix unterminated platform_device_id table
  2011-07-12 11:05 [PATCH] USB: s3c2410_udc: fix unterminated platform_device_id table Axel Lin
@ 2011-07-14  8:24 ` Sebastian Andrzej Siewior
  2011-07-26 14:41   ` Sebastian Andrzej Siewior
  2011-07-26 14:45 ` Felipe Balbi
  1 sibling, 1 reply; 5+ messages in thread
From: Sebastian Andrzej Siewior @ 2011-07-14  8:24 UTC (permalink / raw)
  To: linux-arm-kernel

* 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] USB: s3c2410_udc: fix unterminated platform_device_id table
  2011-07-14  8:24 ` Sebastian Andrzej Siewior
@ 2011-07-26 14:41   ` Sebastian Andrzej Siewior
  2011-07-26 14:44     ` Felipe Balbi
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Andrzej Siewior @ 2011-07-26 14:41 UTC (permalink / raw)
  To: linux-arm-kernel

* 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] USB: s3c2410_udc: fix unterminated platform_device_id table
  2011-07-26 14:41   ` Sebastian Andrzej Siewior
@ 2011-07-26 14:44     ` Felipe Balbi
  0 siblings, 0 replies; 5+ messages in thread
From: Felipe Balbi @ 2011-07-26 14:44 UTC (permalink / raw)
  To: linux-arm-kernel

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.

-- 
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20110726/6a197a9b/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] USB: s3c2410_udc: fix unterminated platform_device_id table
  2011-07-12 11:05 [PATCH] USB: s3c2410_udc: fix unterminated platform_device_id table Axel Lin
  2011-07-14  8:24 ` Sebastian Andrzej Siewior
@ 2011-07-26 14:45 ` Felipe Balbi
  1 sibling, 0 replies; 5+ messages in thread
From: Felipe Balbi @ 2011-07-26 14:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jul 12, 2011 at 07:05:29PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

applied, thanks

-- 
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20110726/145b75fe/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-26 14:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-12 11:05 [PATCH] USB: s3c2410_udc: fix unterminated platform_device_id table Axel Lin
2011-07-14  8:24 ` Sebastian Andrzej Siewior
2011-07-26 14:41   ` Sebastian Andrzej Siewior
2011-07-26 14:44     ` Felipe Balbi
2011-07-26 14:45 ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).