OSDN Git Service

PM: Eliminate CONFIG_PM_RUNTIME
[uclinux-h8/linux.git] / drivers / usb / host / isp1760-hcd.c
index e752c30..395649f 100644 (file)
@@ -1739,7 +1739,7 @@ static int isp1760_hub_status_data(struct usb_hcd *hcd, char *buf)
        int retval = 1;
        unsigned long flags;
 
-       /* if !PM_RUNTIME, root hub timers won't get shut down ... */
+       /* if !PM, root hub timers won't get shut down ... */
        if (!HC_IS_RUNNING(hcd->state))
                return 0;