All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: s3c2410_udc: fix unterminated platform_device_id table
@ 2011-07-12 11:05 ` Axel Lin
  0 siblings, 0 replies; 10+ 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] 10+ messages in thread

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

Thread overview: 10+ 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-12 11:05 ` Axel Lin
2011-07-14  8:24 ` Sebastian Andrzej Siewior
2011-07-14  8:24   ` Sebastian Andrzej Siewior
2011-07-26 14:41   ` Sebastian Andrzej Siewior
2011-07-26 14:41     ` Sebastian Andrzej Siewior
2011-07-26 14:44     ` Felipe Balbi
2011-07-26 14:44       ` Felipe Balbi
2011-07-26 14:45 ` Felipe Balbi
2011-07-26 14:45   ` Felipe Balbi

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.