pcmcia/cm4000: fix lock imbalance
Don't return from switch/case, break instead, so that we unlock BKL. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Cc: stable@kernel.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
eca4104426
commit
69ae59d7d8
@ -1575,7 +1575,8 @@ static long cmm_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
|
|||||||
clear_bit(LOCK_IO, &dev->flags);
|
clear_bit(LOCK_IO, &dev->flags);
|
||||||
wake_up_interruptible(&dev->ioq);
|
wake_up_interruptible(&dev->ioq);
|
||||||
|
|
||||||
return 0;
|
rc = 0;
|
||||||
|
break;
|
||||||
case CM_IOCSPTS:
|
case CM_IOCSPTS:
|
||||||
{
|
{
|
||||||
struct ptsreq krnptsreq;
|
struct ptsreq krnptsreq;
|
||||||
|
Loading…
Reference in New Issue
Block a user