diff options
Diffstat (limited to 'drivers/usb/host/isp1362-hcd.c')
-rw-r--r-- | drivers/usb/host/isp1362-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/isp1362-hcd.c b/drivers/usb/host/isp1362-hcd.c index 5819e10a146c..16ba1eadf971 100644 --- a/drivers/usb/host/isp1362-hcd.c +++ b/drivers/usb/host/isp1362-hcd.c | |||
@@ -2563,7 +2563,7 @@ static int isp1362_hc_start(struct usb_hcd *hcd) | |||
2563 | hwcfg = HCHWCFG_INT_ENABLE | HCHWCFG_DBWIDTH(1); | 2563 | hwcfg = HCHWCFG_INT_ENABLE | HCHWCFG_DBWIDTH(1); |
2564 | if (board->sel15Kres) | 2564 | if (board->sel15Kres) |
2565 | hwcfg |= HCHWCFG_PULLDOWN_DS2 | | 2565 | hwcfg |= HCHWCFG_PULLDOWN_DS2 | |
2566 | (MAX_ROOT_PORTS > 1) ? HCHWCFG_PULLDOWN_DS1 : 0; | 2566 | ((MAX_ROOT_PORTS > 1) ? HCHWCFG_PULLDOWN_DS1 : 0); |
2567 | if (board->clknotstop) | 2567 | if (board->clknotstop) |
2568 | hwcfg |= HCHWCFG_CLKNOTSTOP; | 2568 | hwcfg |= HCHWCFG_CLKNOTSTOP; |
2569 | if (board->oc_enable) | 2569 | if (board->oc_enable) |