Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99234
b: refs/heads/master
c: 8405996
h: refs/heads/master
v: v3
  • Loading branch information
Sedji Gaouaou authored and Haavard Skinnemoen committed Jun 27, 2008
1 parent 53868f5 commit fc3e0af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 9c2baf785e90419d6f9af6bd07aa0694020cba8d
refs/heads/master: 8405996ff6d89bbf275a206eb69d10b98a8d5257
2 changes: 1 addition & 1 deletion trunk/arch/avr32/mach-at32ap/at32ap700x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ static struct resource atmel_pwm0_resource[] __initdata = {
IRQ(24),
};
static struct clk atmel_pwm0_mck = {
.name = "mck",
.name = "pwm_clk",
.parent = &pbb_clk,
.mode = pbb_clk_mode,
.get_rate = pbb_clk_get_rate,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/misc/atmel_pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ static int __init pwm_probe(struct platform_device *pdev)
p->base = ioremap(r->start, r->end - r->start + 1);
if (!p->base)
goto fail;
p->clk = clk_get(&pdev->dev, "mck");
p->clk = clk_get(&pdev->dev, "pwm_clk");
if (IS_ERR(p->clk)) {
status = PTR_ERR(p->clk);
p->clk = NULL;
Expand Down

0 comments on commit fc3e0af

Please sign in to comment.