| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH V2 12/14] WDT: MIPS: lantiq: convert watchdog driver to clkdev api |
| From: | John Crispin <blogic@openwrt.org> |
| Date: | Thu, 23 Feb 2012 17:03:11 +0100 |
| Cc: | linux-mips@linux-mips.org, John Crispin <blogic@openwrt.org>, linux-watchdog@vger.kernel.org |
| In-reply-to: | <1330012993-13510-1-git-send-email-blogic@openwrt.org> |
| References: | <1330012993-13510-1-git-send-email-blogic@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Refrence the IO region clock via its new access function.
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-watchdog@vger.kernel.org
---
drivers/watchdog/lantiq_wdt.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/watchdog/lantiq_wdt.c b/drivers/watchdog/lantiq_wdt.c
index 9c8b10c..fa4866b 100644
--- a/drivers/watchdog/lantiq_wdt.c
+++ b/drivers/watchdog/lantiq_wdt.c
@@ -206,7 +206,7 @@ ltq_wdt_probe(struct platform_device *pdev)
}
/* we do not need to enable the clock as it is always running */
- clk = clk_get(&pdev->dev, "io");
+ clk = clk_get_io();
WARN_ON(!clk);
ltq_io_region_clk_rate = clk_get_rate(clk);
clk_put(clk);
--
1.7.7.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH V2 11/14] NET: MIPS: lantiq: convert etop driver to clkdev api, John Crispin |
|---|---|
| Next by Date: | [PATCH V2 14/14] MIPS: lantiq: add vr9 support, John Crispin |
| Previous by Thread: | Re: [PATCH V2 11/14] NET: MIPS: lantiq: convert etop driver to clkdev api, Sergei Shtylyov |
| Next by Thread: | [PATCH V2 14/14] MIPS: lantiq: add vr9 support, John Crispin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |