diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-08-22 18:06:48 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 17:55:20 -0400 |
commit | c4e41562e09961df6ba72b49269793d21c0034dc (patch) | |
tree | 40e725dcc4a1e0a38cd3864ecb213f0544057869 | |
parent | 6e8fe43b26085a64327d1cbb751ab895f3ad3f5d (diff) |
USB: cp2101: Coding style police
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/usb/serial/cp2101.c | 2 |
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 | } |