On 8/14/2024 4:12 PM, Greg Kroah-Hartman wrote:
On Wed, Aug 14, 2024 at 04:06:56PM +0200, Amadeusz Sławiński wrote:
Instead of using very long macro name, assign it to shorter variable and use it instead. While doing that, we can reduce multiple if checks using this define to one.
Reviewed-by: Cezary Rojewski cezary.rojewski@intel.com Signed-off-by: Amadeusz Sławiński amadeuszx.slawinski@linux.intel.com Link: https://lore.kernel.org/r/20240603102818.36165-5-amadeuszx.slawinski@linux.i... Signed-off-by: Mark Brown broonie@kernel.org
sound/soc/soc-topology.c | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-)
What is the git commit id of this change in Linus's tree? Same for patch 2/2
[ Upstream commit e0e7bc2cbee93778c4ad7d9a792d425ffb5af6f7 ]