Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19629
b: refs/heads/master
c: 145046d
h: refs/heads/master
i:
  19627: f673d2c
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Feb 3, 2006
1 parent b148e07 commit eb7ab7c
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: de6c642ca9566ed358e1cde5fa0e25f7788a5566
refs/heads/master: 145046d31ecf9f4f1ba80c8d21225158f6d1738c
4 changes: 2 additions & 2 deletions trunk/drivers/parport/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static ssize_t parport_read_device_id (struct parport *port, char *buffer,

if (port->physport->ieee1284.phase != IEEE1284_PH_HBUSY_DAVAIL) {
if (belen != len) {
printk (KERN_DEBUG "%s: Device ID was %d bytes"
printk (KERN_DEBUG "%s: Device ID was %zd bytes"
" while device told it would be %d"
" bytes\n",
port->name, len, belen);
Expand All @@ -214,7 +214,7 @@ static ssize_t parport_read_device_id (struct parport *port, char *buffer,
if (buffer[len-1] == ';') {
printk (KERN_DEBUG "%s: Device ID reading stopped"
" before device told data not available. "
"Current idlen %d of %d, len bytes %02X %02X\n",
"Current idlen %u of %u, len bytes %02X %02X\n",
port->name, current_idlen, numidlens,
length[0], length[1]);
goto done;
Expand Down

0 comments on commit eb7ab7c

Please sign in to comment.