Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325561
b: refs/heads/master
c: 25f04ad
h: refs/heads/master
i:
  325559: 7d4d017
v: v3
  • Loading branch information
Kyoungil Kim authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent 8bd55fd commit c879af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7cd88831feb03cadb355d5fb2b18ebe284c1f1e3
refs/heads/master: 25f04ad423e5eb40c33a904db5a0d2c7e3bf08f5
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -1013,10 +1013,10 @@ static int s3c24xx_serial_cpufreq_transition(struct notifier_block *nb,
* a disturbance in the clock-rate over the change.
*/

if (IS_ERR(port->clk))
if (IS_ERR(port->baudclk))
goto exit;

if (port->baudclk_rate == clk_get_rate(port->clk))
if (port->baudclk_rate == clk_get_rate(port->baudclk))
goto exit;

if (val == CPUFREQ_PRECHANGE) {
Expand Down

0 comments on commit c879af0

Please sign in to comment.