[PATCH] Simplify the code by using module_platform_driver macro

Subsystems: networking drivers, the rest

STALE1958d

2 messages, 2 authors, 2021-03-25 · open the first message on its own page

[PATCH] Simplify the code by using module_platform_driver macro

From: caizhichao <hidden>
Date: 2021-03-24 02:32:38

From: Zhichao Cai <redacted>

for ftmac100

Signed-off-by: Zhichao Cai <redacted>
---
 drivers/net/ethernet/faraday/ftmac100.c | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/drivers/net/ethernet/faraday/ftmac100.c b/drivers/net/ethernet/faraday/ftmac100.c
index 473b337..5a1a8f2 100644
--- a/drivers/net/ethernet/faraday/ftmac100.c
+++ b/drivers/net/ethernet/faraday/ftmac100.c
@@ -1177,18 +1177,7 @@ static int ftmac100_remove(struct platform_device *pdev)
 /******************************************************************************
  * initialization / finalization
  *****************************************************************************/
-static int __init ftmac100_init(void)
-{
-	return platform_driver_register(&ftmac100_driver);
-}
-
-static void __exit ftmac100_exit(void)
-{
-	platform_driver_unregister(&ftmac100_driver);
-}
-
-module_init(ftmac100_init);
-module_exit(ftmac100_exit);
+module_platform_driver(ftmac100_driver);
 
 MODULE_AUTHOR("Po-Yu Chuang <ratbert@faraday-tech.com>");
 MODULE_DESCRIPTION("FTMAC100 driver");
-- 
1.9.1

Re: [PATCH] Simplify the code by using module_platform_driver macro

From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-03-25 01:00:57

Hello:

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

On Wed, 24 Mar 2021 10:30:47 +0800 you wrote:
From: Zhichao Cai <redacted>

for ftmac100

Signed-off-by: Zhichao Cai <redacted>
---
 drivers/net/ethernet/faraday/ftmac100.c | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)
Here is the summary with links:
  - Simplify the code by using module_platform_driver macro
    https://git.kernel.org/netdev/net-next/c/d280a2c2b740

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