fix compilation failure of adm5120-dbg.c with the removal of bus_id
authorFlorian Fainelli <florian@openwrt.org>
Mon, 2 Nov 2009 15:55:16 +0000 (15:55 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 2 Nov 2009 15:55:16 +0000 (15:55 +0000)
SVN-Revision: 18274

target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c

index 48217968531485d76c157e4bd3953a71bbef1254..ee148171a2fab7fb34cfbf22992a8fe30b8a7233 100644 (file)
@@ -638,7 +638,7 @@ static ssize_t fill_registers_buffer(struct debug_buffer *buf)
                "%s\n"
                "%s version " DRIVER_VERSION "\n",
                hcd->self.controller->bus->name,
-               hcd->self.controller->bus_id,
+               dev_name(hcd->self.controller),
                hcd->product_desc,
                hcd_name);