Messages in this thread |  | | Subject | Re: [PATCH v3 net-next 1/1] plca.c: fix obvious mistake in checking retval | From | patchwork-bot+netdevbpf@kernel ... | Date | Sat, 14 Jan 2023 05:50:18 +0000 |
| |
Hello:
This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>:
On Fri, 13 Jan 2023 14:26:35 +0100 you wrote: > Revert a wrong fix that was done during the review process. The > intention was to substitute "if(ret < 0)" with "if(ret)". > Unfortunately, the intended fix did not meet the code. > Besides, after additional review, it was decided that "if(ret < 0)" > was actually the right thing to do. > > Fixes: 8580e16c28f3 ("net/ethtool: add netlink interface for the PLCA RS") > Signed-off-by: Piergiorgio Beruto <piergiorgio.beruto@gmail.com> > Reviewed-by: Andrew Lunn <andrew@lunn.ch> > > [...]
Here is the summary with links: - [v3,net-next,1/1] plca.c: fix obvious mistake in checking retval https://git.kernel.org/netdev/net-next/c/28dbf774bc87
You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
|  |