On 11/7/2023 5:35 AM, Jacek Lawrynowicz wrote:
From: Stanislaw Gruszka <stanislaw.grus...@linux.intel.com>

Change to use work for timeout detection. Needed for thread_irq
conversion.

Signed-off-by: Stanislaw Gruszka <stanislaw.grus...@linux.intel.com>

Missing SOB.

void ivpu_pm_cancel_recovery(struct ivpu_device *vdev)
  {
+       drm_WARN_ON(&vdev->drm, 
delayed_work_pending(&vdev->pm->job_timeout_work));

This seems odd. Looks like this function is only called from the dev_fini. It's a non-fatal error to tear down the device (hotplug? fatal error?) if a job is pending?

-Jeff

Reply via email to