Skip to content

Commit

Permalink
accel/ivpu: Fix missed error message after VPU rename
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jacek Lawrynowicz committed Apr 8, 2024
1 parent c52c35e commit 0d298e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/accel/ivpu/ivpu_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static int ivpu_suspend(struct ivpu_device *vdev)

ret = ivpu_shutdown(vdev);
if (ret)
ivpu_err(vdev, "Failed to shutdown VPU: %d\n", ret);
ivpu_err(vdev, "Failed to shutdown NPU: %d\n", ret);

return ret;
}
Expand Down

0 comments on commit 0d298e2

Please sign in to comment.