Commit 8bf3a2c6 authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr 3c509] dev->name removal build fix

parent 94d31042
......@@ -629,8 +629,6 @@ static int __init el3_mca_probe(struct device *device) {
el3_mca_adapter_names[mdev->index], slot + 1);
/* claim the slot */
strncpy(device->name, el3_mca_adapter_names[mdev->index],
sizeof(device->name));
mca_device_set_claim(mdev, 1);
if_port = pos4 & 0x03;
......
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