Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7967
b: refs/heads/master
c: ba44e7c
h: refs/heads/master
i:
  7965: 641625a
  7963: 8b5ba85
  7959: a739fc5
  7951: 4dc28e0
  7935: b221087
v: v3
  • Loading branch information
Ben Dooks authored and Greg Kroah-Hartman committed Sep 8, 2005
1 parent 615d541 commit 1251ff3
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: bf193d3cd2a3b73f2df74f57106114867946c09c
refs/heads/master: ba44e7c407e248ed85d4f510728d0284373cf678
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/ohci-s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static void s3c2410_usb_set_power(struct s3c2410_hcd_info *info,

if (info->power_control != NULL) {
info->port[port-1].power = to;
(info->power_control)(port, to);
(info->power_control)(port-1, to);
}
}

Expand Down Expand Up @@ -339,8 +339,8 @@ int usb_hcd_s3c2410_probe (const struct hc_driver *driver,
struct usb_hcd *hcd = NULL;
int retval;

s3c2410_usb_set_power(dev->dev.platform_data, 0, 1);
s3c2410_usb_set_power(dev->dev.platform_data, 1, 1);
s3c2410_usb_set_power(dev->dev.platform_data, 2, 1);

hcd = usb_create_hcd(driver, &dev->dev, "s3c24xx");
if (hcd == NULL)
Expand Down

0 comments on commit 1251ff3

Please sign in to comment.