[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y8LLA3WQG8h6B6br@shredder>
Date: Sat, 14 Jan 2023 17:32:19 +0200
From: Ido Schimmel <idosch@...dia.com>
To: Dan Carpenter <error27@...il.com>
Cc: Jiri Pirko <jiri@...dia.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, netdev@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [PATCH net-next] devlink: remove some unnecessary code
On Fri, Jan 13, 2023 at 10:35:43AM +0300, Dan Carpenter wrote:
> This code checks if (attrs[DEVLINK_ATTR_TRAP_POLICER_ID]) twice. Once
> at the start of the function and then a couple lines later. Delete the
> second check since that one must be true.
>
> Because the second condition is always true, it means the:
>
> policer_item = group_item->policer_item;
>
> assignment is immediately over-written. Delete that as well.
>
> Signed-off-by: Dan Carpenter <error27@...il.com>
Reviewed-by: Ido Schimmel <idosch@...dia.com>
Powered by blists - more mailing lists