Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253152
b: refs/heads/master
c: 03b562d
h: refs/heads/master
v: v3
  • Loading branch information
Todd Poynor authored and Tony Lindgren committed Jun 1, 2011
1 parent 04aba41 commit 74d75d4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 21a42c92750446008dc0847a78aba5459e3b6b5a
refs/heads/master: 03b562d7859c6d7c640f071b422d521146471d6d
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-omap2/omap_phy_internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ int omap4430_phy_init(struct device *dev)
/* Power down the phy */
__raw_writel(PHY_PD, ctrl_base + CONTROL_DEV_CONF);

if (!dev)
if (!dev) {
iounmap(ctrl_base);
return 0;
}

phyclk = clk_get(dev, "ocp2scp_usb_phy_ick");
if (IS_ERR(phyclk)) {
Expand Down

0 comments on commit 74d75d4

Please sign in to comment.