Skip to content
Commit 6866ac9d authored by Sachin Sant's avatar Sachin Sant Committed by Greg Kroah-Hartman
Browse files

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: default avatarSachin Sant <sachinp@in.ibm.com>
Acked-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 54ca5412
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment