mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
uwb: struct device - replace bus_id with dev_name(), dev_set_name()
Cc: David Vrabel <david.vrabel@csr.com> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-Off-By: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: David Vrabel <david.vrabel@csr.com>
This commit is contained in:
parent
7bc9149422
commit
ae9eba0e27
3 changed files with 3 additions and 4 deletions
|
@ -60,7 +60,7 @@ do { \
|
|||
snprintf(__head, sizeof(__head), \
|
||||
"%s %s: ", \
|
||||
dev_driver_string(__dev), \
|
||||
__dev->bus_id); \
|
||||
dev_name(__dev)); \
|
||||
} \
|
||||
printk(KERN_ERR "%s%s" _tag ": " f, __head, \
|
||||
__func__, ## a); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue