diff options
Diffstat (limited to 'drivers/usb/host/sl811-hcd.c')
-rw-r--r-- | drivers/usb/host/sl811-hcd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/sl811-hcd.c b/drivers/usb/host/sl811-hcd.c index df256d61e2c6..274276cf8621 100644 --- a/drivers/usb/host/sl811-hcd.c +++ b/drivers/usb/host/sl811-hcd.c | |||
@@ -1335,7 +1335,7 @@ static int | |||
1335 | sl811h_bus_suspend(struct usb_hcd *hcd) | 1335 | sl811h_bus_suspend(struct usb_hcd *hcd) |
1336 | { | 1336 | { |
1337 | // SOFs off | 1337 | // SOFs off |
1338 | DBG("%s\n", __FUNCTION__); | 1338 | DBG("%s\n", __func__); |
1339 | return 0; | 1339 | return 0; |
1340 | } | 1340 | } |
1341 | 1341 | ||
@@ -1343,7 +1343,7 @@ static int | |||
1343 | sl811h_bus_resume(struct usb_hcd *hcd) | 1343 | sl811h_bus_resume(struct usb_hcd *hcd) |
1344 | { | 1344 | { |
1345 | // SOFs on | 1345 | // SOFs on |
1346 | DBG("%s\n", __FUNCTION__); | 1346 | DBG("%s\n", __func__); |
1347 | return 0; | 1347 | return 0; |
1348 | } | 1348 | } |
1349 | 1349 | ||