Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v3 1/4] staging: rtl8723bs: sdio_intf.c: refactor function
@ 2026-05-25  8:49 Manuel Ebner
  2026-05-25  8:54 ` [PATCH v3 3/4] staging: rtl8723bs: cleanup braces of sdio_intf.c Manuel Ebner
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Manuel Ebner @ 2026-05-25  8:49 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Dan Carpenter, Omer El Idrissi,
	open list:STAGING SUBSYSTEM, open list
  Cc: Manuel Ebner

Remove unused argument of rtw_sdio_if1_init().

Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
---
 drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c
index d0feb28b7043..ff58923e43f1 100644
--- a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c
+++ b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c
@@ -217,7 +217,7 @@ static void sd_intf_stop(struct adapter *padapter)
 }
 
 
-static struct adapter *rtw_sdio_if1_init(struct dvobj_priv *dvobj, const struct sdio_device_id  *pdid)
+static struct adapter *rtw_sdio_if1_init(struct dvobj_priv *dvobj)
 {
 	int status = _FAIL;
 	struct net_device *pnetdev;
@@ -348,7 +348,7 @@ static int rtw_drv_init(
 	if (!dvobj)
 		goto exit;
 
-	if1 = rtw_sdio_if1_init(dvobj, id);
+	if1 = rtw_sdio_if1_init(dvobj);
 	if (!if1)
 		goto free_dvobj;
 
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-07 10:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-25  8:49 [PATCH v3 1/4] staging: rtl8723bs: sdio_intf.c: refactor function Manuel Ebner
2026-05-25  8:54 ` [PATCH v3 3/4] staging: rtl8723bs: cleanup braces of sdio_intf.c Manuel Ebner
2026-05-25  9:05 ` [PATCH v3 2/4] staging: rtl8723bs: cleanup whitespace " Manuel Ebner
2026-05-25  9:06 ` [PATCH v3 4/4 staging: rtl8723bs: cleanup braces " Manuel Ebner
2026-07-07 10:20   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox