Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36355
b: refs/heads/master
c: b2a8e09
h: refs/heads/master
i:
  36353: eeddb22
  36351: eff43d1
v: v3
  • Loading branch information
Ben Dooks authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent 4eb82b6 commit 4989983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d413984ae936fad46678403b38d79c595e5aaafe
refs/heads/master: b2a8e097d0f3bbb7ef550103022db92fc3832842
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ohci-s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ static int usb_hcd_s3c2410_probe (const struct hc_driver *driver,
goto err_mem;
}

usb_clk = clk_get(&dev->dev, "upll");
usb_clk = clk_get(&dev->dev, "usb-bus-host");
if (IS_ERR(usb_clk)) {
dev_err(&dev->dev, "cannot get usb-host clock\n");
retval = -ENOENT;
Expand Down

0 comments on commit 4989983

Please sign in to comment.