Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] i2lib unused variable cleanup

In file included from drivers/char/ip2/ip2main.c:285:
drivers/char/ip2/i2lib.c: In function `i2Output':
drivers/char/ip2/i2lib.c:1019: warning: unused variable `rc'

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Mariusz Kozlowski and committed by
Linus Torvalds
f6337e2a 8984d137

-1
-1
drivers/char/ip2/i2lib.c
··· 1016 1016 unsigned short channel; 1017 1017 unsigned short stuffIndex; 1018 1018 unsigned long flags; 1019 - int rc = 0; 1020 1019 1021 1020 int bailout = 10; 1022 1021