diff options
Diffstat (limited to 'include/linux/wimax/debug.h')
| -rw-r--r-- | include/linux/wimax/debug.h | 2 |
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, | |||
| 178 | WARN_ON(1); | 178 | WARN_ON(1); |
| 179 | } else | 179 | } else |
| 180 | snprintf(head, head_size, "%s %s: ", | 180 | snprintf(head, head_size, "%s %s: ", |
| 181 | dev_driver_string(dev), dev->bus_id); | 181 | dev_driver_string(dev), dev_name(dev)); |
| 182 | } | 182 | } |
| 183 | 183 | ||
| 184 | 184 | ||
