Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22057
b: refs/heads/master
c: 499003e
h: refs/heads/master
i:
  22055: 74f7d25
v: v3
  • Loading branch information
Kumar Gala authored and Greg Kroah-Hartman committed Mar 20, 2006
1 parent 03e446d commit 9d50a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0eb8c7cafe8d4fa9a90ea8680200e3ae3d57b1bd
refs/heads/master: 499003e815344304c7b0c93aad923ddf644d24e0
3 changes: 1 addition & 2 deletions trunk/drivers/usb/host/ehci-fsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ static void mpc83xx_setup_phy(struct ehci_hcd *ehci,
enum fsl_usb2_phy_modes phy_mode,
unsigned int port_offset)
{
u32 portsc = readl(&ehci->regs->port_status[port_offset]);
portsc &= ~PORT_PTS_MSK;
u32 portsc = 0;
switch (phy_mode) {
case FSL_USB2_PHY_ULPI:
portsc |= PORT_PTS_ULPI;
Expand Down

0 comments on commit 9d50a2b

Please sign in to comment.