[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <3a0671bd6a9650fdcdf5cb8414526f6204518774.camel@sipsolutions.net>
Date: Fri, 30 Apr 2021 13:36:31 +0200
From: Johannes Berg <johannes@...solutions.net>
To: Yang Li <yang.lee@...ux.alibaba.com>
Cc: davem@...emloft.net, kuba@...nel.org, nathan@...nel.org,
ndesaulniers@...gle.com, linux-wireless@...r.kernel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
clang-built-linux@...glegroups.com
Subject: Re: [PATCH] mac80211: Remove redundant assignment to ret
On Fri, 2021-04-30 at 17:21 +0800, Yang Li wrote:
> Variable 'ret' is set to -ENODEV but this value is never read as it
> is overwritten with a new value later on, hence it is a redundant
> assignment and can be removed.
>
> Clean up the following clang-analyzer warning:
>
> net/mac80211/debugfs_netdev.c:60:2: warning: Value stored to 'ret' is
> never read [clang-analyzer-deadcode.DeadStores]
Can you just turn that warning off?
It's really quite pointless to churn the tree for effectively nothing.
johannes
Powered by blists - more mailing lists