Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151373
b: refs/heads/master
c: 0b10395
h: refs/heads/master
i:
  151371: 1a7520e
v: v3
  • Loading branch information
Andrew Morton authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent 2a3aa6f commit 69a54fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1e0abb7e1844a7cb499321a94d5d04347ef86d68
refs/heads/master: 0b10395ab86c11bef10e882a4323367e6735c9b2
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/sierra.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ static int sierra_write(struct tty_struct *tty, struct usb_serial_port *port,

portdata = usb_get_serial_port_data(port);

dev_dbg(&port->dev, "%s: write (%d bytes)\n", __func__, writesize);
dev_dbg(&port->dev, "%s: write (%zd bytes)\n", __func__, writesize);

spin_lock_irqsave(&portdata->lock, flags);
dev_dbg(&port->dev, "%s - outstanding_urbs: %d\n", __func__,
Expand Down

0 comments on commit 69a54fb

Please sign in to comment.