OSDN Git Service

USB: FHCI: use dev_name() in place of bus_id.
authorSachin Sant <sachinp@in.ibm.com>
Mon, 16 Feb 2009 13:40:11 +0000 (19:10 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Mar 2009 23:38:23 +0000 (16:38 -0700)
commit6866ac9db02ac1ec71f2aa720a1019581f69a725
tree0fa07cbd5e0ad004e11c4ba06acd2f359ce09164
parent54ca5412b5576fdb0a4ea4fedf6565bd6f34150c
USB: FHCI: use dev_name() in place of bus_id.

Replace references to bus_id with dev_name() to fix fhci driver build break.

drivers/usb/host/fhci-hcd.c:586: error: struct device has no member named bus_id
drivers/usb/host/fhci-hcd.c:653: error: struct device has no member named bus_id
drivers/usb/host/fhci-dbg.c:111: error: struct device has no member named bus_id

Signed-off-by: Sachin Sant <sachinp@in.ibm.com>
Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/fhci-dbg.c
drivers/usb/host/fhci-hcd.c