Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186874
b: refs/heads/master
c: 0e820ab
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Samuel Ortiz committed Mar 7, 2010
1 parent 880ade8 commit beb94e3
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: 1ecc09e765d3ae16ef42a4d454836d9ed804fd18
refs/heads/master: 0e820ab60118e06db62ef4e55b6dd96db807a34e
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/t7l66xb.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,12 @@ static int t7l66xb_probe(struct platform_device *dev)
err_ioremap:
release_resource(&t7l66xb->rscr);
err_request_scr:
kfree(t7l66xb);
clk_put(t7l66xb->clk48m);
err_clk48m_get:
clk_put(t7l66xb->clk32k);
err_clk32k_get:
err_noirq:
kfree(t7l66xb);
return ret;
}

Expand Down

0 comments on commit beb94e3

Please sign in to comment.