drm/i1915/guc: Fix probe injection CI failures after recent change
authorJohn Harrison <John.C.Harrison@Intel.com>
Wed, 10 May 2023 20:55:56 +0000 (13:55 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Fri, 12 May 2023 17:36:56 +0000 (10:36 -0700)
commitdb2ce1ab0508cd95efb4be938a146472c56c9461
treebc2c738fa288ddd7f08499266c37168a2be5be2e
parent41e65d8790bd96d1caa3cb136a57ac45a131e66d
drm/i1915/guc: Fix probe injection CI failures after recent change

A recent change bumped a 'notice' message up to 'error' level for
debug builds to help trap incorrect configurations in CI systems.
Unfortunately, the error condition in question is triggered by the
error injection probe test. So change the message again to be 'probe
error' level instead.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Fixes: 760133d42f0a ("drm/i915/uc: Make unexpected firmware versions an error in debug builds")
Cc: John Harrison <John.C.Harrison@Intel.com>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Alan Previn <alan.previn.teres.alexis@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230510205556.312999-1-John.C.Harrison@Intel.com
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c