commit | 842096fc40519e85bd4c0751e65a07cc3e23bd66 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Mon Feb 01 18:49:32 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Feb 02 14:28:37 2016 -0200 |
tree | 903a848861fe73c9a548e977b965c236cc22be75 | |
parent | 6b3f99989eb73e5250bba9dfeaa852939acfbf70 [diff] |
[media] rc/nuvoton_cir: fix locking issue with nvt_enable_cir nvt_enable_cir calls nvt_enable_logical_dev (that may sleep) while holding a spinlock. This patch fixes this and moves the content of nvt_enable_cir to nvt_open as this is the only caller. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>