Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65211
b: refs/heads/master
c: 39db0fd
h: refs/heads/master
i:
  65209: 10660eb
  65207: 42422df
v: v3
  • Loading branch information
jacmet@sunsite.dk authored and Kumar Gala committed Sep 28, 2007
1 parent 23e72f2 commit f01dc4c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d214602804a85e5da68b745ae69d9beaa5bedc93
refs/heads/master: 39db0fd9db6caea8887f61fee4a0e53c6f8fec5e
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/83xx/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ int mpc834x_usb_cfg(void)
if (port0_is_dr)
printk(KERN_WARNING
"834x USB port0 can't be used by both DR and MPH!\n");
sicrl |= MPC834X_SICRL_USB0;
sicrl &= ~MPC834X_SICRL_USB0;
}
prop = of_get_property(np, "port1", NULL);
if (prop) {
if (port1_is_dr)
printk(KERN_WARNING
"834x USB port1 can't be used by both DR and MPH!\n");
sicrl |= MPC834X_SICRL_USB1;
sicrl &= ~MPC834X_SICRL_USB1;
}
of_node_put(np);
}
Expand Down

0 comments on commit f01dc4c

Please sign in to comment.