media: dvb-frontends/stv0910: WARN_ON() on consecutive mutex_unlock()
authorDaniel Scheller <d.scheller@gmx.net>
Sun, 26 Nov 2017 13:00:04 +0000 (08:00 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 13 Dec 2017 13:35:10 +0000 (08:35 -0500)
commitaea16005f4081a745c2178e6e4e5825c01a6226e
treeaa103e8893afa0903e08a3788a30401f8d0e2d46
parent1cba4ae011333b7932c8fcd0d21be82f9497257f
media: dvb-frontends/stv0910: WARN_ON() on consecutive mutex_unlock()

Stack dump when gate_ctrl() is called in a way that consecutive unlocks
happen. This is a clear indication that other drivers interfacing with
the stv0910 driver don't do things properly or don't check for failures,
so dump stack so that those drivers can be identified and fixed.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Tested-by: Richard Scobie <rascobie@slingshot.co.nz>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/stv0910.c