aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/uwb
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-10-30 15:06:16 -0400
committerDavid Vrabel <david.vrabel@csr.com>2008-10-31 11:07:06 -0400
commitae9eba0e2744f1aa15cdc97cd39277a84723ae23 (patch)
tree47cb695aea5f29000ebb4c761b01e5b7fe55c93f /include/linux/uwb
parent7bc914942295b1ea63635b9c1e93b023bd7d3767 (diff)
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 { \
60 snprintf(__head, sizeof(__head), \ 60 snprintf(__head, sizeof(__head), \
61 "%s %s: ", \ 61 "%s %s: ", \
62 dev_driver_string(__dev), \ 62 dev_driver_string(__dev), \
63 __dev->bus_id); \ 63 dev_name(__dev)); \
64 } \ 64 } \
65 printk(KERN_ERR "%s%s" _tag ": " f, __head, \ 65 printk(KERN_ERR "%s%s" _tag ": " f, __head, \
66 __func__, ## a); \ 66 __func__, ## a); \