Hi Emil,
On Wed, Feb 06, 2013 at 05:37:41 +0100, Emil Goode wrote:
The commit ed242d01 removed a node parameter from iterators. This patch removes a hlist_node struct that is no longer used.
Sparse gives a warning:
net/batman-adv/originator.c:411:21: warning: unused variable ‘node_tmp’ [-Wunused-variable]
Signed-off-by: Emil Goode emilgoode@gmail.com
On which tree did you base your patch? I cannot find the commit you are referring to (ed242d01) and the patch does not apply (neither on net nor net-next).
Other than that the variable is used a couple of lines below (in the code we have)...
Regards,