fix compilation failure of adm5120-dbg.c with the removal of bus_id
SVN-Revision: 18274
This commit is contained in:
parent
c79b439709
commit
1d883b8146
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ static ssize_t fill_registers_buffer(struct debug_buffer *buf)
|
||||||
"%s\n"
|
"%s\n"
|
||||||
"%s version " DRIVER_VERSION "\n",
|
"%s version " DRIVER_VERSION "\n",
|
||||||
hcd->self.controller->bus->name,
|
hcd->self.controller->bus->name,
|
||||||
hcd->self.controller->bus_id,
|
dev_name(hcd->self.controller),
|
||||||
hcd->product_desc,
|
hcd->product_desc,
|
||||||
hcd_name);
|
hcd_name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue