Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354759
b: refs/heads/master
c: 50bbdba
h: refs/heads/master
i:
  354757: b9440b8
  354755: 78758dc
  354751: ae94311
v: v3
  • Loading branch information
Sachin Kamat authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent b5536db commit a885654
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: 699cbd6726ed9124ce014471aaaa28e8c7f7122e
refs/heads/master: 50bbdba3dd67f2b5958816f6a9460205cd14866a
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ imx_console_get_options(struct imx_port *sport, int *baud,
}

if (*baud != baud_raw)
printk(KERN_INFO "Serial: Console IMX rounded baud rate from %d to %d\n",
pr_info("Console IMX rounded baud rate from %d to %d\n",
baud_raw, *baud);
}
}
Expand Down Expand Up @@ -1595,7 +1595,7 @@ static int __init imx_serial_init(void)
{
int ret;

printk(KERN_INFO "Serial: IMX driver\n");
pr_info("Serial: IMX driver\n");

ret = uart_register_driver(&imx_reg);
if (ret)
Expand Down

0 comments on commit a885654

Please sign in to comment.