usb: gadget: s3c2410_udc: fix unterminated platform_device_id table
authorAxel Lin <axel.lin@gmail.com>
Tue, 12 Jul 2011 11:05:29 +0000 (19:05 +0800)
committerFelipe Balbi <balbi@ti.com>
Mon, 1 Aug 2011 19:06:31 +0000 (22:06 +0300)
commit7e9d40f3a834a322f004b6629db55c22ae457d77
treea20e5cf2c5eb3855b1d2b246d359973fa394f554
parente371d46ae45488bcb112a99a7de462e9e3aa6764
usb: gadget: s3c2410_udc: fix unterminated platform_device_id table

platform_device_id structures need a NULL terminating
entry, add it.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/s3c2410_udc.c