From: Dan Carpenter Date: Fri, 25 Jul 2014 12:21:21 +0000 (+0300) Subject: bonding: fix a memory leak in bond_arp_send_all() X-Git-Tag: cleanup-for-v3.18~108^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a67eed571aa505f51a4d02cab765a9d4f6ef80c4;p=pandora-kernel.git bonding: fix a memory leak in bond_arp_send_all() This test is reversed so the memory is always leaked. It's better style to remove the test anyway. Fixes: 3e403a77779f ('bonding: make it possible to have unlimited nested upper vlans') Signed-off-by: Dan Carpenter Acked-by: Veaceslav Falico Signed-off-by: David S. Miller --- Reading git-diff-tree failed