[PATCH net-next] nfc: netlink: use &w->w in nfc_genl_rcv_nl_event

Subsystems: networking [general], nfc subsystem, the rest

STALE2037d LANDED

Landed in mainline as 32d91b4af353 on 2021-01-16.

2 messages, 2 authors, 2021-01-16 · open the first message on its own page

[PATCH net-next] nfc: netlink: use &w->w in nfc_genl_rcv_nl_event

From: Geliang Tang <hidden>
Date: 2021-01-15 04:15:54

Use the struct member w of the struct urelease_work directly instead of
casting it.

Signed-off-by: Geliang Tang <redacted>
---
 net/nfc/netlink.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/nfc/netlink.c b/net/nfc/netlink.c
index 573b38ad2f8e..640906359c22 100644
--- a/net/nfc/netlink.c
+++ b/net/nfc/netlink.c
@@ -1819,9 +1819,9 @@ static int nfc_genl_rcv_nl_event(struct notifier_block *this,
 
 	w = kmalloc(sizeof(*w), GFP_ATOMIC);
 	if (w) {
-		INIT_WORK((struct work_struct *) w, nfc_urelease_event_work);
+		INIT_WORK(&w->w, nfc_urelease_event_work);
 		w->portid = n->portid;
-		schedule_work((struct work_struct *) w);
+		schedule_work(&w->w);
 	}
 
 out:
-- 
2.29.2

Re: [PATCH net-next] nfc: netlink: use &w->w in nfc_genl_rcv_nl_event

From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-01-16 04:21:06

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Fri, 15 Jan 2021 12:14:53 +0800 you wrote:
Use the struct member w of the struct urelease_work directly instead of
casting it.

Signed-off-by: Geliang Tang <redacted>
---
 net/nfc/netlink.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Here is the summary with links:
  - [net-next] nfc: netlink: use &w->w in nfc_genl_rcv_nl_event
    https://git.kernel.org/netdev/net-next/c/32d91b4af353

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

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help