Tag: 4c61f678a468768afd45c3d9ac697f8f55aa04eb

V4L/DVB: drivers/media/video/pvrusb2: Add missing mutex_unlock

Author: Julia Lawall <julia@diku.dk> Add a mutex_unlock missing on the error path. In the other functions in the same file the locks and unlocks of this mutex appear to be balanced, so it would seem that the same should hold in this case. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // …

Continue reading