Skip to content

Commit

Permalink
V4L/DVB: tm6000: fix mutex lock unbalance
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed May 18, 2010
1 parent 762e17e commit dfd36d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/tm6000/tm6000-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ static int tm6000_init_dev(struct tm6000_core *dev)
}
#endif
}
mutex_unlock(&dev->lock);
return 0;

err2:
Expand Down

0 comments on commit dfd36d8

Please sign in to comment.