Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225691
b: refs/heads/master
c: dc6bbc9
h: refs/heads/master
i:
  225689: 0584ca2
  225687: a552156
v: v3
  • Loading branch information
Tobias Klauser authored and David Brown committed Dec 9, 2010
1 parent bf4af25 commit 8e86aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 33069739d1c2f03734d5b5b003593e9552d412c1
refs/heads/master: dc6bbc991b0c408daad5df43e5851f1d369e50f7
2 changes: 1 addition & 1 deletion trunk/drivers/serial/msm_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ static int __init msm_serial_probe(struct platform_device *pdev)
msm_port = UART_TO_MSM(port);

msm_port->clk = clk_get(&pdev->dev, "uart_clk");
if (unlikely(IS_ERR(msm_port->clk)))
if (IS_ERR(msm_port->clk))
return PTR_ERR(msm_port->clk);
port->uartclk = clk_get_rate(msm_port->clk);
printk(KERN_INFO "uartclk = %d\n", port->uartclk);
Expand Down

0 comments on commit 8e86aac

Please sign in to comment.