]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wimax/i2400m/usb-notif.c
wimax: struct device - replace bus_id with dev_name(), dev_set_name()
[linux-2.6-omap-h63xx.git] / drivers / net / wimax / i2400m / usb-notif.c
index 9702c22b24974052ac7664b82475378b8cbe5bcd..6add27c3f35cb0b6eace046c2a20d27b931dd77b 100644 (file)
@@ -102,7 +102,7 @@ int i2400mu_notification_grok(struct i2400mu *i2400mu, const void *buf,
                dev_err(dev, "HW BUG? Unknown/unexpected data in notification "
                        "message (%zu bytes)\n", buf_len);
                snprintf(prefix, sizeof(prefix), "%s %s: ",
-                        dev_driver_string(dev) , dev->bus_id);
+                        dev_driver_string(dev), dev_name(dev));
                if (buf_len > 64) {
                        print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET,
                                       8, 4, buf, 64, 0);