Skip to content

Commit 0d298e2

Browse files
committed
accel/ivpu: Fix missed error message after VPU rename
Change "VPU" to "NPU" in ivpu_suspend() so it matches all other error messages. Signed-off-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com> Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240402104929.941186-8-jacek.lawrynowicz@linux.intel.com
1 parent c52c35e commit 0d298e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/accel/ivpu/ivpu_pm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static int ivpu_suspend(struct ivpu_device *vdev)
6262

6363
ret = ivpu_shutdown(vdev);
6464
if (ret)
65-
ivpu_err(vdev, "Failed to shutdown VPU: %d\n", ret);
65+
ivpu_err(vdev, "Failed to shutdown NPU: %d\n", ret);
6666

6767
return ret;
6868
}

0 commit comments

Comments
 (0)