Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303749
b: refs/heads/master
c: e79a8a4
h: refs/heads/master
i:
  303747: 8440975
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 3, 2012
1 parent b0d185a commit 4a1362d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 815fd56974a469d87acb0a65bda1259781fbfa28
refs/heads/master: e79a8a4be4a741c3b4608dcdaaffb172f7b01877
2 changes: 0 additions & 2 deletions trunk/drivers/usb/serial/option.c
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,6 @@ static void option_instat_callback(struct urb *urb)
struct usb_serial_port *port = urb->context;
struct option_port_private *portdata = usb_get_serial_port_data(port);

dbg("%s", __func__);
dbg("%s: urb %p port %p has data %p", __func__, urb, port, portdata);

if (status == 0) {
Expand Down Expand Up @@ -1437,7 +1436,6 @@ static int option_send_setup(struct usb_serial_port *port)
struct option_port_private *portdata;
int ifNum = serial->interface->cur_altsetting->desc.bInterfaceNumber;
int val = 0;
dbg("%s", __func__);

if (is_blacklisted(ifNum, OPTION_BLACKLIST_SENDSETUP,
(struct option_blacklist_info *) intfdata->private)) {
Expand Down

0 comments on commit 4a1362d

Please sign in to comment.