Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326113
b: refs/heads/master
c: 788a661
h: refs/heads/master
i:
  326111: 26e5d29
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent faca6a0 commit e88f002
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: 6c27ad83ace843d339f7893a4af0b65cdfeb130c
refs/heads/master: 788a661a9fa59740984f509832cae33dde4b0329
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/quatech2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ static int qt2_write(struct tty_struct *tty,
data = write_urb->transfer_buffer;
spin_lock_irqsave(&port_priv->urb_lock, flags);
if (port_priv->urb_in_use == true) {
printk(KERN_INFO "qt2_write - urb is in use\n");
dev_err(&port->dev, "qt2_write - urb is in use\n");
goto write_out;
}

Expand Down

0 comments on commit e88f002

Please sign in to comment.