This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / parisc / dino.c
index 5840219..a9ca3c2 100644 (file)
@@ -932,16 +932,13 @@ dino_driver_callback(struct parisc_device *dev)
        struct dino_device *dino_dev;   // Dino specific control struct
        const char *version = "unknown";
        const int name_len = 32;
-       char hw_path[64];
        char *name;
        int is_cujo = 0;
        struct pci_bus *bus;
-       
+
        name = kmalloc(name_len, GFP_KERNEL);
-       if(name) {
-               print_pa_hwpath(dev, hw_path);
-               snprintf(name, name_len, "Dino [%s]", hw_path);
-       } 
+       if(name)
+               snprintf(name, name_len, "Dino %s", dev->dev.bus_id);
        else
                name = "Dino";