2022-05-01 17:13:15

by CGEL

[permalink] [raw]
Subject: [PATCH] net/funeth: simplify the return expression of fun_dl_info_get()

From: Minghao Chi <[email protected]>

Simplify the return expression.

Reported-by: Zeal Robot <[email protected]>
Signed-off-by: Minghao Chi <[email protected]>
---
drivers/net/ethernet/fungible/funeth/funeth_devlink.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/drivers/net/ethernet/fungible/funeth/funeth_devlink.c b/drivers/net/ethernet/fungible/funeth/funeth_devlink.c
index a849b3c6b01f..d50c222948b4 100644
--- a/drivers/net/ethernet/fungible/funeth/funeth_devlink.c
+++ b/drivers/net/ethernet/fungible/funeth/funeth_devlink.c
@@ -6,13 +6,7 @@
static int fun_dl_info_get(struct devlink *dl, struct devlink_info_req *req,
struct netlink_ext_ack *extack)
{
- int err;
-
- err = devlink_info_driver_name_put(req, KBUILD_MODNAME);
- if (err)
- return err;
-
- return 0;
+ return devlink_info_driver_name_put(req, KBUILD_MODNAME);
}

static const struct devlink_ops fun_dl_ops = {
--
2.25.1



2022-05-03 01:06:44

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH] net/funeth: simplify the return expression of fun_dl_info_get()

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <[email protected]>:

On Fri, 29 Apr 2022 09:01:04 +0000 you wrote:
> From: Minghao Chi <[email protected]>
>
> Simplify the return expression.
>
> Reported-by: Zeal Robot <[email protected]>
> Signed-off-by: Minghao Chi <[email protected]>
>
> [...]

Here is the summary with links:
- net/funeth: simplify the return expression of fun_dl_info_get()
https://git.kernel.org/netdev/net-next/c/ce7deda0d5cd

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html