From: Dan Carpenter Date: Wed, 11 Nov 2009 02:03:54 +0000 (+0000) Subject: ipmr: missing dev_put() on error path in vif_add() X-Git-Tag: v2.6.32-rc8~10^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0490cfdf440fded2c292cfb8bb9272fc9ef6943;p=pandora-kernel.git ipmr: missing dev_put() on error path in vif_add() The other error paths in front of this one have a dev_put() but this one got missed. Found by smatch static checker. Signed-off-by: Dan Carpenter Acked-by: Wang Chen Signed-off-by: David S. Miller --- Reading git-diff-tree failed