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>
Fri, 12 Aug 2011 08:52:29 +0000 (11:52 +0300)
commit567b20e02bc1b2bcd69e8bfc022dec3da3fefb89
tree28f16e3948bc50f5cddb7102bdee603c58f1acc7
parent322a8b034003c0d46d39af85bf24fee27b902f48
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