[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZEFSa0jzZa6QMAsw@corigine.com>
Date: Thu, 20 Apr 2023 16:55:39 +0200
From: Simon Horman <simon.horman@...igine.com>
To: Yingsha Xu <ysxu@...t.edu.cn>
Cc: Johannes Berg <johannes@...solutions.net>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mac80211: remove return value check of
debugfs_create_dir()
On Wed, Apr 19, 2023 at 06:45:47PM +0800, Yingsha Xu wrote:
> Smatch complains that:
> debugfs_hw_add() warn: 'statsd' is an error pointer or valid
>
> Debugfs checks are generally not supposed to be checked for errors
> and it is not necessary here.
>
> Just delete the dead code.
Perhaps:
As per it's documentation, it's expected that most callers
should ignore errors returned by debugfs_create_dir().
So just delete the unnecessary check.
> Signed-off-by: Yingsha Xu <ysxu@...t.edu.cn>
> Reviewed-by: Dongliang Mu <dzm91@...t.edu.cn>
In any case, the change looks good to me.
Reviewed-by: Simon Horman <simon.horman@...igine.com>
Powered by blists - more mailing lists