From: Sven Eckelmann Date: Sat, 4 Jun 2011 10:40:37 +0000 (+0200) Subject: batman-adv: Don't return value in void function X-Git-Tag: v3.1-rc1~316^2~412^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b9aadfa97efa5a73c005c5c4c667359a0c85bec;p=pandora-kernel.git batman-adv: Don't return value in void function gw_node_delete is defined with "void" as return type, but still tries to return a value. The called function gw_node_delete is also return as void and thus doesn't provide a value for us. Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed