Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145340
b: refs/heads/master
c: b5d598b
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and Linus Torvalds committed May 29, 2009
1 parent ed43e97 commit 9d2fe1d
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: c3dc5bec05a2ae03a72ef82e321d77fb549d951c
refs/heads/master: b5d598b41aebee67bf95802b68b888e98a449687
4 changes: 2 additions & 2 deletions trunk/drivers/parport/parport_gsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ static int __devinit parport_init_chip(struct parisc_device *dev)
unsigned long port;

if (!dev->irq) {
printk(KERN_WARNING "IRQ not found for parallel device at 0x%lx\n",
dev->hpa.start);
printk(KERN_WARNING "IRQ not found for parallel device at 0x%llx\n",
(unsigned long long)dev->hpa.start);
return -ENODEV;
}

Expand Down

0 comments on commit 9d2fe1d

Please sign in to comment.