Loading
platform/x86: ISST: Use local variable for auxdev->dev
mainline inclusion from mainline-v6.10 commit 8c5a689eef5b1c1eaddd17b0b1f2609d3f66c5b0 category: bugfix bugzilla: https://gitee.com/openeuler/intel-kernel/issues/IB6QD3 CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8c5a689eef5b1c1eaddd17b0b1f2609d3f66c5b0 ------------------------------------------------- Intel-SIG: commit 8c5a689eef5b platform/x86: ISST: Use local variable for auxdev->dev. Backport intel SST driver update for 5.10 from 6.10 Define a local variable for &auxdev->dev and use to shorten length of lines. No functional change is done. Signed-off-by:Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Suggested-by:
Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by:
Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Link: https://lore.kernel.org/r/20240423204619.3946901-6-srinivas.pandruvada@linux.intel.com Reviewed-by:
Hans de Goede <hdegoede@redhat.com> Signed-off-by:
Hans de Goede <hdegoede@redhat.com> [ Yingbao Jia: amend commit log ] Signed-off-by:
Yingbao Jia <yingbao.jia@intel.com>