]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Replace DRM_ERROR() with drm_err()
authorPratap Nirujogi <pratap.nirujogi@amd.com>
Wed, 19 Feb 2025 22:01:26 +0000 (17:01 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Feb 2025 20:52:36 +0000 (15:52 -0500)
commita67e75beff5613fe1aef5d4649a8df0e8353819d
tree286d584bebbd3cc836e002913b203b147264cd48
parentb5838d1517e229111453ef9177bacafa39f3f1c2
drm/amdgpu: Replace DRM_ERROR() with drm_err()

DRM_ERROR() is no longer preferred. Replace DRM_ERROR() usage
with drm_err() in isp driver.

Signed-off-by: Pratap Nirujogi <pratap.nirujogi@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/isp_v4_1_0.c
drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c