Char: cyclades, fix unused variable
authorJiri Slaby <jslaby@suse.cz>
Wed, 23 Mar 2011 08:49:56 +0000 (09:49 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 19 Apr 2011 21:41:47 +0000 (14:41 -0700)
commit0e7f4194a0ef70c1d0d40152fa480a63719f35d5
treef3e105725b7983416def79d7b3fa7d8260de7465
parent4fd53ef5c97ef7ce909c18bf7fb8b5cdd72b08c1
Char: cyclades, fix unused variable

drivers/tty/cyclades.c:1454:2: warning: Value stored to 'channel' is never read
channel = info->line - card->first_line;
^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Fix it by moving it to the appropriate debug section where it is used.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/cyclades.c