Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303751
b: refs/heads/master
c: 3a3eec0
h: refs/heads/master
i:
  303749: 4a1362d
  303747: 8440975
  303743: b3af4a4
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 3, 2012
1 parent 270a61b commit f20cac8
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: 77b3b30d18c1a4301441ca1be8bb404ac82408ae
refs/heads/master: 3a3eec0c1f3825398f76fa37c8fcba58c770e0d7
3 changes: 0 additions & 3 deletions trunk/drivers/usb/serial/qcserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ static int qcprobe(struct usb_serial *serial, const struct usb_device_id *id)
__u8 ifnum;
bool is_gobi1k = id->driver_info ? true : false;

dbg("%s", __func__);
dbg("Is Gobi 1000 = %d", is_gobi1k);

nintf = serial->dev->actconfig->desc.bNumInterfaces;
Expand Down Expand Up @@ -250,8 +249,6 @@ static void qc_release(struct usb_serial *serial)
{
struct usb_wwan_intf_private *priv = usb_get_serial_data(serial);

dbg("%s", __func__);

/* Call usb_wwan release & free the private data allocated in qcprobe */
usb_wwan_release(serial);
usb_set_serial_data(serial, NULL);
Expand Down

0 comments on commit f20cac8

Please sign in to comment.