drm/i915/guc: Don't use pr_err when not necessary
authorJohn Harrison <John.C.Harrison@Intel.com>
Fri, 15 Jul 2022 00:40:28 +0000 (17:40 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Wed, 20 Jul 2022 23:49:56 +0000 (16:49 -0700)
commita4a4307003307220321f946892829a5364433809
tree62685c63908d4e51c2d2991a420d16d24e5d3553
parent774ce1510e6ccb9c0752d4aa7a9ff3624b3db3f3
drm/i915/guc: Don't use pr_err when not necessary

A bunch of code was copy/pasted using pr_err as the default way to
report errors. However, drm_err is significantly more useful in
identifying where the error came from. So update the code to use that
instead.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220715004028.2126239-1-John.C.Harrison@Intel.com
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
drivers/gpu/drm/i915/gt/uc/selftest_guc.c
drivers/gpu/drm/i915/gt/uc/selftest_guc_multi_lrc.c