Matthieu CASTET <matthieu.castet@xxxxxxxxxx> writes: > Signed-off-by: Matthieu CASTET <matthieu.castet@xxxxxxxxxx> > --- > drivers/usb/host/ehci-hcd.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c > index 4a3bc5b..8cc2cf3 100644 > --- a/drivers/usb/host/ehci-hcd.c > +++ b/drivers/usb/host/ehci-hcd.c > @@ -716,6 +716,8 @@ static int ehci_init(struct usb_hcd *hcd) > hird = 0; > } > temp |= hird << 24; > + if (ehci_is_TDI(ehci)) > + ehci->has_hostpc = 1; > } > ehci->command = temp; Can you please add a bit of a commit message? Because from the diff context it's not obvious that we're on if (HCC_LPM()) branch of things. Thanks, -- Alex -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html