aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2007-08-22 18:06:48 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2007-10-12 17:55:20 -0400
commitc4e41562e09961df6ba72b49269793d21c0034dc (patch)
tree40e725dcc4a1e0a38cd3864ecb213f0544057869 /drivers/usb
parent6e8fe43b26085a64327d1cbb751ab895f3ad3f5d (diff)
USB: cp2101: Coding style police
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/serial/cp2101.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/cp2101.c b/drivers/usb/serial/cp2101.c
index 33f6ee50b8d3..883625126d6b 100644
--- a/drivers/usb/serial/cp2101.c
+++ b/drivers/usb/serial/cp2101.c
@@ -521,7 +521,7 @@ static void cp2101_set_termios (struct usb_serial_port *port,
521 521
522 dbg("%s - port %d", __FUNCTION__, port->number); 522 dbg("%s - port %d", __FUNCTION__, port->number);
523 523
524 if ((!port->tty) || (!port->tty->termios)) { 524 if (!port->tty || !port->tty->termios) {
525 dbg("%s - no tty structures", __FUNCTION__); 525 dbg("%s - no tty structures", __FUNCTION__);
526 return; 526 return;
527 } 527 }