Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364469
b: refs/heads/master
c: 9197272
h: refs/heads/master
i:
  364467: 4be0da0
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent d1257db commit 8ef4840
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 7620c33afb643451e1cbdc7fa666842440f8af63
refs/heads/master: 91972724525829a9399a2cb41e60cad853b09229
4 changes: 0 additions & 4 deletions trunk/drivers/usb/serial/garmin_gps.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,16 +946,12 @@ static int garmin_open(struct tty_struct *tty, struct usb_serial_port *port)

static void garmin_close(struct usb_serial_port *port)
{
struct usb_serial *serial = port->serial;
struct garmin_data *garmin_data_p = usb_get_serial_port_data(port);

dev_dbg(&port->dev, "%s - port %d - mode=%d state=%d flags=0x%X\n",
__func__, port->number, garmin_data_p->mode,
garmin_data_p->state, garmin_data_p->flags);

if (!serial)
return;

garmin_clear(garmin_data_p);

/* shutdown our urbs */
Expand Down

0 comments on commit 8ef4840

Please sign in to comment.