git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd53ef
)
Char: cyclades, fix unused variable
author
Jiri Slaby
<jslaby@suse.cz>
Wed, 23 Mar 2011 08:49:56 +0000
(09:49 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 19 Apr 2011 21:41:47 +0000
(14:41 -0700)
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>
No differences found