commit | 0e7f4194a0ef70c1d0d40152fa480a63719f35d5 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Wed Mar 23 09:49:56 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Apr 19 14:41:47 2011 -0700 |
tree | f3e105725b7983416def79d7b3fa7d8260de7465 | |
parent | 4fd53ef5c97ef7ce909c18bf7fb8b5cdd72b08c1 [diff] |
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>