[PATCH][next] mt76: Remove redundant assignment to variable tidno

Colin King (gmail) colin.i.king at gmail.com
Wed Feb 7 06:53:51 PST 2024


On 07/02/2024 13:31, Kalle Valo wrote:
> Colin Ian King <colin.i.king at gmail.com> writes:
> 
>> The variable tidno is being assigned a value that is not being read
>> and is being re-assigned a new value a few statements later.
>> The assignment is redundant and can be removed.
>>
>> Cleans up clang scan warning:
>> drivers/net/wireless/mediatek/mt76/agg-rx.c:125:5: warning: Value stored
>> to 'tidno' during its initialization is never read [deadcode.DeadStores]
>>
>> Signed-off-by: Colin Ian King <colin.i.king at gmail.com>
> 
> "wifi:" missing from title.
> 
does this require a V2?



More information about the linux-arm-kernel mailing list