From: Dan Carpenter Date: Tue, 4 Jan 2011 21:03:12 +0000 (+0000) Subject: dcb: unlock on error in dcbnl_ieee_get() X-Git-Tag: v2.6.38-rc1~476^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70bfa2d2e1bfd90ef26758b5e2749f043a940037;p=pandora-kernel.git dcb: unlock on error in dcbnl_ieee_get() There is a "goto nla_put_failure" hidden inside the NLA_PUT() macro, but we're holding the dcb_lock so we need to unlock first. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed