Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19632
b: refs/heads/master
c: f4f64e9
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 3, 2006
1 parent eb19ce3 commit 1dd16c8
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: d35c602870ece3166cff3d25fbc687a7f707acf3
refs/heads/master: f4f64e9ded28bcdb2cb57438bd1721579f8b28c0
4 changes: 2 additions & 2 deletions trunk/drivers/parport/parport_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,9 @@ static int __devinit parport_register (struct pci_dev *dev,

if (priv->num_par == ARRAY_SIZE (priv->port)) {
printk (KERN_WARNING
"parport_serial: %s: only %u parallel ports "
"parport_serial: %s: only %zu parallel ports "
"supported (%d reported)\n", pci_name (dev),
ARRAY_SIZE (priv->port), card->numports);
ARRAY_SIZE(priv->port), card->numports);
break;
}

Expand Down

0 comments on commit 1dd16c8

Please sign in to comment.