diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-10-30 20:06:16 +0100 |
---|---|---|
committer | David Vrabel <david.vrabel@csr.com> | 2008-10-31 15:07:06 +0000 |
commit | ae9eba0e2744f1aa15cdc97cd39277a84723ae23 (patch) | |
tree | 47cb695aea5f29000ebb4c761b01e5b7fe55c93f /include/linux/uwb | |
parent | 7bc914942295b1ea63635b9c1e93b023bd7d3767 (diff) | |
download | linux-3.10-ae9eba0e2744f1aa15cdc97cd39277a84723ae23.tar.gz linux-3.10-ae9eba0e2744f1aa15cdc97cd39277a84723ae23.tar.bz2 linux-3.10-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/uwb/debug.h b/include/linux/uwb/debug.h index a86a73fe303..67a24052714 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); \ |