diff mbox

USB: s3c2410_udc: fix unterminated platform_device_id table

Message ID 1310468729.6590.3.camel@phoenix (mailing list archive)
State New, archived
Headers show

Commit Message

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

Comments

Sebastian Andrzej Siewior July 14, 2011, 8:24 a.m. UTC | #1
* 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 July 26, 2011, 2:41 p.m. UTC | #2
* 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
Felipe Balbi July 26, 2011, 2:44 p.m. UTC | #3
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.
Felipe Balbi July 26, 2011, 2:45 p.m. UTC | #4
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 mbox

Patch

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