mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user