Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325754
b: refs/heads/master
c: 7b6031a
h: refs/heads/master
v: v3
  • Loading branch information
David Brown authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent 16d1f51 commit 2386f15
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: 43b5f0d69291374f602ad8e1817f329573a59010
refs/heads/master: 7b6031a7bcf3b191cf02caa2be6939df9266db40
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/msm_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ static int __init msm_serial_probe(struct platform_device *pdev)
return PTR_ERR(msm_port->clk);

if (msm_port->is_uartdm)
clk_set_rate(msm_port->clk, 7372800);
clk_set_rate(msm_port->clk, 1843200);

port->uartclk = clk_get_rate(msm_port->clk);
printk(KERN_INFO "uartclk = %d\n", port->uartclk);
Expand Down

0 comments on commit 2386f15

Please sign in to comment.