aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/uwb
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-10-30 20:06:16 +0100
committerDavid Vrabel <david.vrabel@csr.com>2008-10-31 15:07:06 +0000
commitae9eba0e2744f1aa15cdc97cd39277a84723ae23 (patch)
tree47cb695aea5f29000ebb4c761b01e5b7fe55c93f /include/linux/uwb
parentuwb: remove unused #include <version.h> (diff)
downloadlinux-dev-ae9eba0e2744f1aa15cdc97cd39277a84723ae23.tar.xz
linux-dev-ae9eba0e2744f1aa15cdc97cd39277a84723ae23.zip
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>
Diffstat (limited to 'include/linux/uwb')
-rw-r--r--include/linux/uwb/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/uwb/debug.h b/include/linux/uwb/debug.h
index a86a73fe303f..67a240527145 100644
--- a/include/linux/uwb/debug.h
+++ b/include/linux/uwb/debug.h
@@ -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); \