diff options
author | Alan Cox <alan@redhat.com> | 2008-07-22 06:10:17 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-22 16:03:23 -0400 |
commit | ff7eb602605cc0100f089d57966fcd347e137137 (patch) | |
tree | 0abb6debffe367297ee40a71dab8588752cc701e /drivers/usb/serial/whiteheat.c | |
parent | c17ee886976b64d29ea89ee5d87751438e26025b (diff) |
cp2101: coding style
Bring up to coding style
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/usb/serial/whiteheat.c')
-rw-r--r-- | drivers/usb/serial/whiteheat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/whiteheat.c b/drivers/usb/serial/whiteheat.c index 05374b99a2f8..3a9d14384a43 100644 --- a/drivers/usb/serial/whiteheat.c +++ b/drivers/usb/serial/whiteheat.c | |||
@@ -646,7 +646,6 @@ static int whiteheat_open(struct tty_struct *tty, | |||
646 | struct usb_serial_port *port, struct file *filp) | 646 | struct usb_serial_port *port, struct file *filp) |
647 | { | 647 | { |
648 | int retval = 0; | 648 | int retval = 0; |
649 | struct ktermios old_term; | ||
650 | 649 | ||
651 | dbg("%s - port %d", __func__, port->number); | 650 | dbg("%s - port %d", __func__, port->number); |
652 | 651 | ||