status = 1;
        }
        if (!status && !reset_change) {
-               xhci_dbg(xhci, "%s: stopping port polling.\n", __func__);
+               xhci_dbg(xhci, "%s: stopping usb%d port polling\n",
+                        __func__, hcd->self.busnum);
                clear_bit(HCD_FLAG_POLL_RH, &hcd->flags);
        }
        spin_unlock_irqrestore(&xhci->lock, flags);
                if (bus_state->resuming_ports ||        /* USB2 */
                    bus_state->port_remote_wakeup) {    /* USB3 */
                        spin_unlock_irqrestore(&xhci->lock, flags);
-                       xhci_dbg(xhci, "suspend failed because a port is resuming\n");
+                       xhci_dbg(xhci, "usb%d bus suspend to fail because a port is resuming\n",
+                                hcd->self.busnum);
                        return -EBUSY;
                }
        }
 
         * bits are still set.  When an event occurs, switch over to
         * polling to avoid losing status changes.
         */
-       xhci_dbg(xhci, "%s: starting port polling.\n", __func__);
+       xhci_dbg(xhci, "%s: starting usb%d port polling.\n",
+                __func__, hcd->self.busnum);
        set_bit(HCD_FLAG_POLL_RH, &hcd->flags);
        spin_unlock(&xhci->lock);
        /* Pass this up to the core */
 
        xhci_dbc_suspend(xhci);
 
        /* Don't poll the roothubs on bus suspend. */
-       xhci_dbg(xhci, "%s: stopping port polling.\n", __func__);
+       xhci_dbg(xhci, "%s: stopping usb%d port polling.\n",
+                __func__, hcd->self.busnum);
        clear_bit(HCD_FLAG_POLL_RH, &hcd->flags);
        del_timer_sync(&hcd->rh_timer);
        clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags);
                usb_asmedia_modifyflowcontrol(to_pci_dev(hcd->self.controller));
 
        /* Re-enable port polling. */
-       xhci_dbg(xhci, "%s: starting port polling.\n", __func__);
+       xhci_dbg(xhci, "%s: starting usb%d port polling.\n",
+                __func__, hcd->self.busnum);
        set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags);
        usb_hcd_poll_rh_status(xhci->shared_hcd);
        set_bit(HCD_FLAG_POLL_RH, &hcd->flags);