Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303731
b: refs/heads/master
c: b6ea163
h: refs/heads/master
i:
  303729: 4d34427
  303727: 12e5dad
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 3, 2012
1 parent ea80ac8 commit 7ee28a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 005331f4c4345ed714dc9e35b861f6866394da5d
refs/heads/master: b6ea163b6d784e92266f33936d096f7dc83d7b22
3 changes: 0 additions & 3 deletions trunk/drivers/usb/serial/f81232.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ static void f81232_read_int_callback(struct urb *urb)
int status = urb->status;
int retval;

dbg("%s (%d)", __func__, port->number);

switch (status) {
case 0:
/* success */
Expand Down Expand Up @@ -203,7 +201,6 @@ static int f81232_open(struct tty_struct *tty, struct usb_serial_port *port)
if (tty)
f81232_set_termios(tty, port, &tmp_termios);

dbg("%s - submitting interrupt urb", __func__);
result = usb_submit_urb(port->interrupt_in_urb, GFP_KERNEL);
if (result) {
dev_err(&port->dev, "%s - failed submitting interrupt urb,"
Expand Down

0 comments on commit 7ee28a3

Please sign in to comment.