[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <d78b5354-b265-4e45-9a6a-996273026402@app.fastmail.com>
Date: Fri, 18 Oct 2024 19:07:05 +0000
From: "Arnd Bergmann" <arnd@...db.de>
To: "Kalle Valo" <kvalo@...nel.org>, "Arnd Bergmann" <arnd@...nel.org>
Cc: "Miri Korenblit" <miriam.rachel.korenblit@...el.com>,
"Johannes Berg" <johannes.berg@...el.com>,
"Emmanuel Grumbach" <emmanuel.grumbach@...el.com>,
"Gregory Greenman" <gregory.greenman@...el.com>,
"Daniel Gabay" <daniel.gabay@...el.com>,
"Benjamin Berg" <benjamin.berg@...el.com>, "Ilan Peer" <ilan.peer@...el.com>,
linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] iwlwifi: work around -Wenum-compare-conditional warning
On Fri, Oct 18, 2024, at 16:06, Kalle Valo wrote:
> Arnd Bergmann <arnd@...nel.org> writes:
>
>> From: Arnd Bergmann <arnd@...db.de>
>>
>> This is one of only three -Wenum-compare-conditional warnings we get
>> in randconfig builds:
>>
>> drivers/net/wireless/intel/iwlwifi/mvm/sta.c:4331:17: error: conditional expression between different enumeration types ('enum iwl_fw_sta_type' and 'enum iwl_sta_type') [-Werror,-Wenum-compare-conditional]
>> 4331 | u32 type = mld ? STATION_TYPE_PEER : IWL_STA_LINK;
>> | ^ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
>>
>> This is a false positive since the code works as intended, but the
>> warning is otherwise sensible, so slightly rewrite it in order to
>> not trigger the warning.
>>
>> Signed-off-by: Arnd Bergmann <arnd@...db.de>
>
> Is this and the other rtw89 patch for current release or -next?
Up to you, the warning has existed for a long time at W=1
level, so the patch applies to current and stable kernels
as well, but it's not a regression or particularly important.
It would be nice to turn on the warning by default in 6.13
once the three patches I sent get applied.
Arnd
Powered by blists - more mailing lists