Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267302
b: refs/heads/master
c: 91e8db5
h: refs/heads/master
v: v3
  • Loading branch information
Jamie Iles authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 2cc9042 commit 23abccd
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: 583d28e92f667eb6cc81ea87daaa7e321c23fe14
refs/heads/master: 91e8db593c0a2d8249ac00422af1ed42537a3b16
4 changes: 2 additions & 2 deletions trunk/arch/mips/pmc-sierra/msp71xx/msp_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void __init msp_serial_setup(void)
up.line = 0;
up.private_data = (void*)UART0_STATUS_REG;
if (early_serial_setup(&up))
printk(KERN_ERR "Early serial init of port 0 failed\n");
pr_err("Early serial init of port 0 failed\n");

/* Initialize the second serial port, if one exists */
switch (mips_machtype) {
Expand All @@ -89,5 +89,5 @@ void __init msp_serial_setup(void)
up.line = 1;
up.private_data = (void*)UART1_STATUS_REG;
if (early_serial_setup(&up))
printk(KERN_ERR "Early serial init of port 1 failed\n");
pr_err("Early serial init of port 1 failed\n");
}

0 comments on commit 23abccd

Please sign in to comment.