video/rockchip: rga: replace system_nrt_wq with system_wq

Change-Id: Id79ba17575b5844c329391a6e33e0f2f0c4353ff
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu
2017-03-22 13:06:13 +08:00
committed by Huang, Tao
parent b9bc2efe94
commit b9eeaf94f6

View File

@@ -262,7 +262,7 @@ static void rga_dump(void)
static inline void rga_queue_power_off_work(void)
{
queue_delayed_work(system_nrt_wq, &drvdata->power_off_work, RGA_POWER_OFF_DELAY);
queue_delayed_work(system_wq, &drvdata->power_off_work, RGA_POWER_OFF_DELAY);
}
/* Caller must hold rga_service.lock */