From: Jiri Slaby Date: Wed, 23 Mar 2011 08:49:56 +0000 (+0100) Subject: Char: cyclades, fix unused variable X-Git-Tag: v3.0-rc1~338^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e7f4194a0ef70c1d0d40152fa480a63719f35d5;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed