[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ffc0ebdded5e8ec3a00c07347f17f1b78640324f.camel@linux.intel.com>
Date: Mon, 22 May 2023 13:33:16 -0700
From: Ranjani Sridharan <ranjani.sridharan@...ux.intel.com>
To: Yang Li <yang.lee@...ux.alibaba.com>, perex@...ex.cz
Cc: tiwai@...e.com, pierre-louis.bossart@...ux.intel.com,
lgirdwood@...il.com, peter.ujfalusi@...ux.intel.com,
yung-chuan.liao@...ux.intel.com, daniel.baluta@....com,
kai.vehmanen@...ux.intel.com, broonie@...nel.org,
sound-open-firmware@...a-project.org, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org, Abaci Robot <abaci@...ux.alibaba.com>
Subject: Re: [PATCH -next] ASoC: SOF: ipc4-topology: Fix an unsigned
comparison which can never be negative
On Tue, 2023-05-16 at 16:11 +0800, Yang Li wrote:
> The return value from the call to sof_ipc4_get_valid_bits() is int.
> However, the return value is being assigned to an unsigned
> int variable 'out_ref_valid_bits', so making it an int.
>
> Eliminate the following warning:
> ./sound/soc/sof/ipc4-topology.c:1537:6-24: WARNING: Unsigned
> expression compared with zero: out_ref_valid_bits < 0
>
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4985
> Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
LGTM, thanks!
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@...ux.intel.com>
Powered by blists - more mailing lists