Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258802
b: refs/heads/master
c: b19952a
h: refs/heads/master
v: v3
  • Loading branch information
Banajit Goswami authored and Kukjin Kim committed Jul 20, 2011
1 parent 8450588 commit b8dbc44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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: 2eac3ad87a85f70990fe6e32f7d36dd629ae824f
refs/heads/master: b19952ad9e2c5f9b16b12a919558226ce6a5e0ea
9 changes: 2 additions & 7 deletions trunk/arch/arm/plat-samsung/dev-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ EXPORT_SYMBOL(s3c_device_ohci);
*/
void __init s3c_ohci_set_platdata(struct s3c2410_hcd_info *info)
{
struct s3c2410_hcd_info *npd;

npd = kmemdup(info, sizeof(struct s3c2410_hcd_info), GFP_KERNEL);
if (!npd)
printk(KERN_ERR "%s: no memory for platform data\n", __func__);

s3c_device_ohci.dev.platform_data = npd;
s3c_set_platdata(info, sizeof(struct s3c2410_hcd_info),
&s3c_device_ohci);
}

0 comments on commit b8dbc44

Please sign in to comment.