Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201582
b: refs/heads/master
c: 2518507
h: refs/heads/master
v: v3
  • Loading branch information
Eric Bénard authored and Sascha Hauer committed Jul 26, 2010
1 parent aa06b1c commit f5c4d99
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: 4ea0af0275d7340e5a6823c02e6167b8f3e244fd
refs/heads/master: 2518507f727e6bf663fd0f276369cbdeb6a0ccc0
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/fsl_mxc_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int fsl_udc_clk_init(struct platform_device *pdev)

pdata = pdev->dev.platform_data;

if (!cpu_is_mx35()) {
if (!cpu_is_mx35() && !cpu_is_mx25()) {
mxc_ahb_clk = clk_get(&pdev->dev, "usb_ahb");
if (IS_ERR(mxc_ahb_clk))
return PTR_ERR(mxc_ahb_clk);
Expand Down

0 comments on commit f5c4d99

Please sign in to comment.