lguest: struct device - replace bus_id with dev_name()
authorMark McLoughlin <markmc@redhat.com>
Wed, 10 Dec 2008 17:45:39 +0000 (17:45 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:56:12 +0000 (09:26 +1030)
commitbda53cd510b6777ced652ba279020bb7b414b744
tree799b1ec6d9b8be1cdeb4f41789101c3944427e9c
parent58a24566449892dda409b9ad92c2e56c76c5670c
lguest: struct device - replace bus_id with dev_name()

bus_id is gradually being removed, so use dev_name() instead.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/lguest_device.c