linux/net/caif
Dan Carpenter 97dc875f90 caif: unlock on error path in cfserl_receive()
There was an spin_unlock missing on the error path.  The spin_lock was
tucked in with the declarations so it was hard to spot.  I added a new
line.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Sjur Brændeland <sjurbren@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-05-29 00:18:50 -07:00
..
caif_config_util.c
caif_dev.c
caif_socket.c caif: Bugfix - use MSG_TRUNC in receive 2010-05-23 23:57:43 -07:00
cfcnfg.c
cfctrl.c
cfdbgl.c
cfdgml.c
cffrml.c
cfmuxl.c caif: Bugfix - missing spin_unlock 2010-05-23 23:57:43 -07:00
cfpkt_skbuff.c caif: Bugfix - handle mem-allocation failures 2010-05-23 23:57:42 -07:00
cfrfml.c
cfserl.c caif: unlock on error path in cfserl_receive() 2010-05-29 00:18:50 -07:00
cfsrvl.c caif: Bugfix - handle mem-allocation failures 2010-05-23 23:57:42 -07:00
cfutill.c
cfveil.c
cfvidl.c
chnl_net.c
Kconfig
Makefile