mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
[ARM] Fix lh7a40x_udc.c
In 3ae5eaec1d
, I broke this driver
by missing a comma. Replace the missing comma.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
67f3a58856
commit
0f1482fdd7
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user