Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145341
b: refs/heads/master
c: 8e8e826
h: refs/heads/master
i:
  145339: ed43e97
v: v3
  • Loading branch information
Alexander Beregalov authored and Linus Torvalds committed May 29, 2009
1 parent 9d2fe1d commit 8ec2cee
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: b5d598b41aebee67bf95802b68b888e98a449687
refs/heads/master: 8e8e8267f0a08c2415d5f51bc9a9fde6d5400619
4 changes: 2 additions & 2 deletions trunk/drivers/serial/8250_gsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ static int __init serial_init_chip(struct parisc_device *dev)
*/
if (parisc_parent(dev)->id.hw_type != HPHW_IOA)
printk(KERN_INFO
"Serial: device 0x%lx not configured.\n"
"Serial: device 0x%llx not configured.\n"
"Enable support for Wax, Lasi, Asp or Dino.\n",
dev->hpa.start);
(unsigned long long)dev->hpa.start);
return -ENODEV;
}

Expand Down

0 comments on commit 8ec2cee

Please sign in to comment.