Loading
platform/x86/intel/ifs: Remove unnecessary initialization of 'ret'
mainline inclusion from mainline-v6.9-rc1 commit 682c259a849610c7864cc75d52415c782c78653a category: feature bugzilla: https://gitee.com/openeuler/intel-kernel/issues/IASVRQ CVE: N/A Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=682c259a849610c7864cc75d52415c782c78653a ------------------------------------- The ret variable is unconditionally assigned in ifs_load_firmware(). Therefore, remove its unnecessary initialization. Intel-SIG: commit 682c259a8496 platform/x86/intel/ifs: Remove unnecessary initialization of 'ret' Backport to support IFS(In Field Scan) SBAF(Structural Based Functional Test at Field) Reviewed-by:Ashok Raj <ashok.raj@intel.com> Link: https://lore.kernel.org/r/20240125130328.11253-1-ilpo.jarvinen@linux.intel.com Signed-off-by:
Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> [ Aichun Shi: amend commit log ] Signed-off-by:
Aichun Shi <aichun.shi@intel.com>