USB: usb dev_name() instead of dev->bus_id
The bus_id field is going away, use the dev_name() function instead. Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
36aa81172e
commit
7071a3ce0c
@@ -1818,7 +1818,7 @@ pxa25x_udc_irq(int irq, void *_dev)
|
||||
|
||||
static void nop_release (struct device *dev)
|
||||
{
|
||||
DMSG("%s %s\n", __func__, dev->bus_id);
|
||||
DMSG("%s %s\n", __func__, dev_name(dev));
|
||||
}
|
||||
|
||||
/* this uses load-time allocation and initialization (instead of
|
||||
|
Reference in New Issue
Block a user