diff options
Diffstat (limited to 'drivers/usb/host/uhci-hcd.c')
-rw-r--r-- | drivers/usb/host/uhci-hcd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c index f65d5a858733..d3e0d8aa3980 100644 --- a/drivers/usb/host/uhci-hcd.c +++ b/drivers/usb/host/uhci-hcd.c | |||
@@ -335,7 +335,7 @@ __releases(uhci->lock) | |||
335 | __acquires(uhci->lock) | 335 | __acquires(uhci->lock) |
336 | { | 336 | { |
337 | dev_dbg(&uhci_to_hcd(uhci)->self.root_hub->dev, | 337 | dev_dbg(&uhci_to_hcd(uhci)->self.root_hub->dev, |
338 | "%s%s\n", __FUNCTION__, | 338 | "%s%s\n", __func__, |
339 | uhci->rh_state == UHCI_RH_AUTO_STOPPED ? | 339 | uhci->rh_state == UHCI_RH_AUTO_STOPPED ? |
340 | " (auto-start)" : ""); | 340 | " (auto-start)" : ""); |
341 | 341 | ||
@@ -735,7 +735,7 @@ static int uhci_pci_suspend(struct usb_hcd *hcd, pm_message_t message) | |||
735 | struct uhci_hcd *uhci = hcd_to_uhci(hcd); | 735 | struct uhci_hcd *uhci = hcd_to_uhci(hcd); |
736 | int rc = 0; | 736 | int rc = 0; |
737 | 737 | ||
738 | dev_dbg(uhci_dev(uhci), "%s\n", __FUNCTION__); | 738 | dev_dbg(uhci_dev(uhci), "%s\n", __func__); |
739 | 739 | ||
740 | spin_lock_irq(&uhci->lock); | 740 | spin_lock_irq(&uhci->lock); |
741 | if (!test_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags) || uhci->dead) | 741 | if (!test_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags) || uhci->dead) |
@@ -771,7 +771,7 @@ static int uhci_pci_resume(struct usb_hcd *hcd) | |||
771 | { | 771 | { |
772 | struct uhci_hcd *uhci = hcd_to_uhci(hcd); | 772 | struct uhci_hcd *uhci = hcd_to_uhci(hcd); |
773 | 773 | ||
774 | dev_dbg(uhci_dev(uhci), "%s\n", __FUNCTION__); | 774 | dev_dbg(uhci_dev(uhci), "%s\n", __func__); |
775 | 775 | ||
776 | /* Since we aren't in D3 any more, it's safe to set this flag | 776 | /* Since we aren't in D3 any more, it's safe to set this flag |
777 | * even if the controller was dead. | 777 | * even if the controller was dead. |