Commit de9af88e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

FB: fix broken tridentfb.c driver due to device.name change.

parent 1e9886e4
......@@ -1129,7 +1129,7 @@ static int __devinit trident_pci_probe(struct pci_dev * dev, const struct pci_de
return -1;
}
output("%s board found\n", dev->dev.name);
output("%s board found\n", pci_name(dev));
#if 0
output("Trident board found : mem = %X,io = %X, mem_v = %X, io_v = %X\n",
tridentfb_fix.smem_start, tridentfb_fix.mmio_start, fb_info.screen_base, default_par.io_virt);
......
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