rapidio: struct device - replace bus_id with dev_name(), dev_set_name()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, March 26, 2009 - 12:26 pm

Gitweb:     http://git.kernel.org/linus/37f105448eac49073c3ff9f101553aad845d24eb
Commit:     37f105448eac49073c3ff9f101553aad845d24eb
Parent:     54cc6954a431dad42fb73e0a50b6d318a70594f6
Author:     Kay Sievers <kay.sievers@vrfy.org>
AuthorDate: Tue Mar 24 16:38:21 2009 -0700
Committer:  Greg Kroah-Hartman <gregkh@suse.de>
CommitDate: Tue Mar 24 16:38:21 2009 -0700

    rapidio: struct device - replace bus_id with dev_name(), dev_set_name()
    
    Cc: mporter@kernel.crashing.org
    Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
    Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
---
 drivers/rapidio/rio-driver.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/rapidio/rio-driver.c b/drivers/rapidio/rio-driver.c
index addb87c..3222fa3 100644
--- a/drivers/rapidio/rio-driver.c
+++ b/drivers/rapidio/rio-driver.c
@@ -193,7 +193,7 @@ static int rio_match_bus(struct device *dev, struct device_driver *drv)
 }
 
 static struct device rio_bus = {
-	.bus_id = "rapidio",
+	.init_name = "rapidio",
 };
 
 struct bus_type rio_bus_type = {
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
rapidio: struct device - replace bus_id with dev_name(), d ..., Linux Kernel Mailing ..., (Thu Mar 26, 12:26 pm)