Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183040
b: refs/heads/master
c: 9bb787f
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Feb 12, 2010
1 parent d334c03 commit c3231f9
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: 0c452df9f08d4f0b829802cec3501d987390ada2
refs/heads/master: 9bb787f435c86ffed079b66efa3ef6a8c577568c
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pnx4008/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ static struct clk_lookup onchip_clkreg[] = {
{ .clk = &uart4_ck, .con_id = "uart4_ck" },
{ .clk = &uart5_ck, .con_id = "uart5_ck" },
{ .clk = &uart6_ck, .con_id = "uart6_ck" },
{ .clk = &wdt_ck, .con_id = "wdt_ck" },
{ .clk = &wdt_ck, .dev_id = "pnx4008-watchdog" },
};

static void local_clk_disable(struct clk *clk)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/pnx4008_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ static int __devinit pnx4008_wdt_probe(struct platform_device *pdev)
}
wdt_base = (void __iomem *)IO_ADDRESS(res->start);

wdt_clk = clk_get(&pdev->dev, "wdt_ck");
wdt_clk = clk_get(&pdev->dev, NULL);
if (IS_ERR(wdt_clk)) {
ret = PTR_ERR(wdt_clk);
release_resource(wdt_mem);
Expand Down

0 comments on commit c3231f9

Please sign in to comment.