> -----Original Message----- > From: Mark Brown > Sent: Wednesday, October 9, 2024 1:04 AM > To: Colin Ian King > Cc: Oder Chiou ; Liam Girdwood > ; Jaroslav Kysela ; Takashi Iwai > ; Jack Yu ; > linux-sound@vger.kernel.org; kernel-janitors@vger.kernel.org; > linux-kernel@vger.kernel.org > Subject: Re: [PATCH][next] ASoC: rt-sdw-common: Fix bit-wise or'ing of values > into uninitialized variable ret > > On Tue, Oct 08, 2024 at 05:47:07PM +0100, Colin Ian King wrote: > > There are a handful of bit-wise or'ing of values into the > > uninitialized variable ret resulting in garbage results. Fix this by > > ininitializing ret to zero. > > I'm very disappinted in the compiler for not noticing this :( I'm sorry for such mistake. I've sent a patch to fix this yesterday, please refer attachment.