diff options
author | Jiri Slaby <jslaby@suse.cz> | 2011-03-23 11:49:56 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-20 01:41:47 +0400 |
commit | 0e7f4194a0ef70c1d0d40152fa480a63719f35d5 (patch) | |
tree | f3e105725b7983416def79d7b3fa7d8260de7465 /drivers/tty/vt | |
parent | 4fd53ef5c97ef7ce909c18bf7fb8b5cdd72b08c1 (diff) | |
download | linux-0e7f4194a0ef70c1d0d40152fa480a63719f35d5.tar.xz |
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>
Diffstat (limited to 'drivers/tty/vt')
0 files changed, 0 insertions, 0 deletions