[PATCH] net/tokenring/olympic.c: remove unused variable
Recent changes in Linus' tree removed all uses of a variable, resulteing
in the following warning:
<-- snip -->
...
CC drivers/net/tokenring/olympic.o
drivers/net/tokenring/olympic.c: In function `olympic_arb_cmd':
drivers/net/tokenring/olympic.c:1404: warning: unused variable `i'
...
<-- snip -->
The following patch removes this unused variable:
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Showing
Please register or sign in to comment