[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211210094206.426283-1-chi.minghao@zte.com.cn>
Date: Fri, 10 Dec 2021 09:42:06 +0000
From: cgel.zte@...il.com
To: sven@...fation.org
Cc: a@...table.cc, b.a.t.m.a.n@...ts.open-mesh.org, cgel.zte@...il.com,
chi.minghao@....com.cn, davem@...emloft.net, kuba@...nel.org,
linux-kernel@...r.kernel.org, mareklindner@...mailbox.ch,
netdev@...r.kernel.org, sw@...onwunderlich.de,
Zeal Robot <zealci@....com.cn>
Subject: [PATCHv2] net/batman-adv:remove unneeded variable
From: Minghao Chi <chi.minghao@....com.cn>
Return status directly from function called.
change since v1: zealci@....com.cm
v2: zealci@....com.cn
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: Minghao Chi <chi.minghao@....com.cn>
---
net/batman-adv/network-coding.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/net/batman-adv/network-coding.c b/net/batman-adv/network-coding.c
index 0a7f1d36a6a8..0c300476d335 100644
--- a/net/batman-adv/network-coding.c
+++ b/net/batman-adv/network-coding.c
@@ -58,13 +58,9 @@ static int batadv_nc_recv_coded_packet(struct sk_buff *skb,
*/
int __init batadv_nc_init(void)
{
- int ret;
-
/* Register our packet type */
- ret = batadv_recv_handler_register(BATADV_CODED,
+ return batadv_recv_handler_register(BATADV_CODED,
batadv_nc_recv_coded_packet);
-
- return ret;
}
/**
--
2.25.1
Powered by blists - more mailing lists