Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324542
b: refs/heads/master
c: 7b11eb3
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Aug 15, 2012
1 parent 1182cde commit a1049e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 68e071d890a5551cf08521c7d75e07b9bef00a8a
refs/heads/master: 7b11eb3eaaf049586bc44e2512c5d0cd64eb79df
4 changes: 2 additions & 2 deletions trunk/drivers/staging/serqt_usb2/serqt_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ static int qt_tiocmget(struct tty_struct *tty)
struct usb_serial_port *port = tty->driver_data;
struct usb_serial *serial = get_usb_serial(port, __func__);
struct quatech_port *qt_port = qt_get_port_private(port);
int retval = -ENODEV;
int retval;

if (!serial)
return -ENODEV;
Expand All @@ -1430,7 +1430,7 @@ static int qt_tiocmset(struct tty_struct *tty,
struct usb_serial_port *port = tty->driver_data;
struct usb_serial *serial = get_usb_serial(port, __func__);
struct quatech_port *qt_port = qt_get_port_private(port);
int retval = -ENODEV;
int retval;

if (!serial)
return -ENODEV;
Expand Down

0 comments on commit a1049e4

Please sign in to comment.