Commit 2946d222 authored by Linus Torvalds's avatar Linus Torvalds

Fix incomplete EISA device "name" conversion

parent c1ac7336
...@@ -70,7 +70,7 @@ static void __init eisa_name_device (struct eisa_device *edev) ...@@ -70,7 +70,7 @@ static void __init eisa_name_device (struct eisa_device *edev)
} }
/* No name was found */ /* No name was found */
sprintf (edev->dev.name, "EISA device %.7s", edev->id.sig); sprintf (edev->pretty_name, "EISA device %.7s", edev->id.sig);
#endif #endif
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment