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

Commit 0f1482fd authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Fix lh7a40x_udc.c



In 3ae5eaec, I broke this driver
by missing a comma.  Replace the missing comma.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 67f3a588
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2143,7 +2143,7 @@ static int lh7a40x_udc_remove(struct platform_device *pdev)

static struct platform_driver udc_driver = {
	.probe = lh7a40x_udc_probe,
	.remove = lh7a40x_udc_remove
	.remove = lh7a40x_udc_remove,
	    /* FIXME power management support */
	    /* .suspend = ... disable UDC */
	    /* .resume = ... re-enable UDC */