dcbnl: unlock on an error path in dcbnl_cee_fill()
authorDan Carpenter <error27@gmail.com>
Thu, 7 Jul 2011 21:27:24 +0000 (21:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Jul 2011 16:01:14 +0000 (09:01 -0700)
commit40f5d72a4fc098c47068e3888cfb055922f6519f
tree653673398a56a0fda77586e75b21cbc0fc626ba4
parent560040b8400bbc9074ff23afb28891378482ee52
dcbnl: unlock on an error path in dcbnl_cee_fill()

We need to release "dcb_lock" which we took on the previous line.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dcb/dcbnl.c