Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e9d40f3 authored by Axel Lin's avatar Axel Lin Committed by Felipe Balbi
Browse files

usb: gadget: s3c2410_udc: fix unterminated platform_device_id table



platform_device_id structures need a NULL terminating
entry, add it.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent e371d46a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);