Skip to content

Commit

Permalink
rapidio: struct device - replace bus_id with dev_name(), dev_set_name()
Browse files Browse the repository at this point in the history
Cc: mporter@kernel.crashing.org
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
  • Loading branch information
Kay Sievers authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent 54cc695 commit 37f1054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/rapidio/rio-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 37f1054

Please sign in to comment.