aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKay Sievers <[email protected]>2009-02-28 23:42:51 +0000
committerDavid S. Miller <[email protected]>2009-03-02 03:10:26 -0800
commit347707baa77d273d79258303e00200d40cf3b323 (patch)
treefb0ebb6f2f7b063948aa30ba836d1fe3a9405512 /include/linux
parent8987691a4aa6622a1b58bb12c56abaf3d2098fad (diff)
wimax: struct device - replace bus_id with dev_name(), dev_set_name()
Cc: [email protected] Cc: [email protected] Acked-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Kay Sievers <[email protected]> Signed-off-by: Inaky Perez-Gonzalez <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/wimax/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/wimax/debug.h b/include/linux/wimax/debug.h
index ba0c49399a83..c703e0340423 100644
--- a/include/linux/wimax/debug.h
+++ b/include/linux/wimax/debug.h
@@ -178,7 +178,7 @@ void __d_head(char *head, size_t head_size,
WARN_ON(1);
} else
snprintf(head, head_size, "%s %s: ",
- dev_driver_string(dev), dev->bus_id);
+ dev_driver_string(dev), dev_name(dev));
}