Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248763
b: refs/heads/master
c: 3c86c07
h: refs/heads/master
i:
  248761: 3cbf148
  248759: 60e5870
v: v3
  • Loading branch information
Jingoo Han authored and Greg Kroah-Hartman committed Apr 30, 2011
1 parent a6d5c1d commit 29c7b36
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: e7f84331c21408fecc872aaabc41c7b97fe15ae4
refs/heads/master: 3c86c07baaa22e1ebae1922b5285f79a39e93d83
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 @@ -353,7 +353,7 @@ static int usb_hcd_s3c2410_probe (const struct hc_driver *driver,
return -ENOMEM;

hcd->rsrc_start = dev->resource[0].start;
hcd->rsrc_len = dev->resource[0].end - dev->resource[0].start + 1;
hcd->rsrc_len = resource_size(&dev->resource[0]);

if (!request_mem_region(hcd->rsrc_start, hcd->rsrc_len, hcd_name)) {
dev_err(&dev->dev, "request_mem_region failed\n");
Expand Down

0 comments on commit 29c7b36

Please sign in to comment.