commit | 137aa3617b3e7e780800855cdc5d3258aa0ea8d9 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Mon Feb 01 18:50:55 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Feb 02 14:28:55 2016 -0200 |
tree | a28ece9392671523edc154cef49370a79ec788d1 | |
parent | b883af30bcd1f37ed39948be529a13f5ac4ec6a2 [diff] |
[media] rc/nuvoton_cir: fix locking issue when calling nvt_disable_cir nvt_disable_cir calls nvt_disable_logical_dev (that may sleep) and is called from contexts holding a spinlock. Fix this and remove the unneeded clearing of CIR_IREN as this is done in nvt_cir_disable already. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>