aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/pxa.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/pxa.c')
-rw-r--r--drivers/serial/pxa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/pxa.c b/drivers/serial/pxa.c
index a793d1fa1cde..f6e3b86bb0be 100644
--- a/drivers/serial/pxa.c
+++ b/drivers/serial/pxa.c
@@ -767,7 +767,7 @@ static int serial_pxa_probe(struct platform_device *dev)
767 if (!sport) 767 if (!sport)
768 return -ENOMEM; 768 return -ENOMEM;
769 769
770 sport->clk = clk_get(&dev->dev, "UARTCLK"); 770 sport->clk = clk_get(&dev->dev, NULL);
771 if (IS_ERR(sport->clk)) { 771 if (IS_ERR(sport->clk)) {
772 ret = PTR_ERR(sport->clk); 772 ret = PTR_ERR(sport->clk);
773 goto err_free; 773 goto err_free;