* [PATCH V2 09/14] SERIAL: MIPS: lantiq: convert serial driver to clkdev api [not found] <1330012993-13510-1-git-send-email-blogic@openwrt.org> @ 2012-02-23 16:03 ` John Crispin 0 siblings, 0 replies; only message in thread From: John Crispin @ 2012-02-23 16:03 UTC (permalink / raw) To: Ralf Baechle; +Cc: linux-mips, John Crispin, linux-serial Reference the FPI clock via its new access function. Signed-off-by: John Crispin <blogic@openwrt.org> Cc: linux-serial@vger.kernel.org --- drivers/tty/serial/lantiq.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/tty/serial/lantiq.c b/drivers/tty/serial/lantiq.c index 96c1cac..99fb70f 100644 --- a/drivers/tty/serial/lantiq.c +++ b/drivers/tty/serial/lantiq.c @@ -686,7 +686,7 @@ lqasc_probe(struct platform_device *pdev) if (lqasc_port[pdev->id] != NULL) return -EBUSY; - clk = clk_get(&pdev->dev, "fpi"); + clk = clk_get_fpi(); if (IS_ERR(clk)) { pr_err("failed to get fpi clk\n"); return -ENOENT; -- 1.7.7.1 ^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-23 16:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1330012993-13510-1-git-send-email-blogic@openwrt.org>
2012-02-23 16:03 ` [PATCH V2 09/14] SERIAL: MIPS: lantiq: convert serial driver to clkdev api John Crispin
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox