[PATCH V2] b43: trivial: include ssb word in ssb specific functions

Subsystems: networking drivers (wireless), the rest

STALE5601d

2 messages, 2 authors, 2011-05-09 · open the first message on its own page

[PATCH V2] b43: trivial: include ssb word in ssb specific functions

From: Rafał Miłecki <zajec5@gmail.com>
Date: 2011-05-08 21:43:35

This can be helpful when we decide to add support for other buses.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
---
V2: commit message typo
---
 drivers/net/wireless/b43/main.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c
index b02fbab..fd8bd98 100644
--- a/drivers/net/wireless/b43/main.c
+++ b/drivers/net/wireless/b43/main.c
@@ -4959,7 +4959,7 @@ out:
 	return err;
 }
 
-static int b43_probe(struct ssb_device *dev, const struct ssb_device_id *id)
+static int b43_ssb_probe(struct ssb_device *dev, const struct ssb_device_id *id)
 {
 	struct b43_wl *wl;
 	int err;
@@ -4997,7 +4997,7 @@ static int b43_probe(struct ssb_device *dev, const struct ssb_device_id *id)
 	return err;
 }
 
-static void b43_remove(struct ssb_device *dev)
+static void b43_ssb_remove(struct ssb_device *dev)
 {
 	struct b43_wl *wl = ssb_get_devtypedata(dev);
 	struct b43_wldev *wldev = ssb_get_drvdata(dev);
@@ -5040,8 +5040,8 @@ void b43_controller_restart(struct b43_wldev *dev, const char *reason)
 static struct ssb_driver b43_ssb_driver = {
 	.name		= KBUILD_MODNAME,
 	.id_table	= b43_ssb_tbl,
-	.probe		= b43_probe,
-	.remove		= b43_remove,
+	.probe		= b43_ssb_probe,
+	.remove		= b43_ssb_remove,
 };
 
 static void b43_print_driverinfo(void)
-- 
1.7.3.4

Re: [PATCH V2] b43: trivial: include ssb word in ssb specific functions

From: Larry Finger <hidden>
Date: 2011-05-09 02:20:01

On 05/08/2011 05:21 PM, Rafał Miłecki wrote:
This can be helpful when we decide to add support for other buses.

Signed-off-by: Rafał Miłecki<zajec5@gmail.com>
---
V2: commit message typo
---
ACK.

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