[PATCH] Small typo in aty128fb

This fixes a small merge error in aty128fb resulting in a compile
failure. 
parent b01d7ca3
......@@ -1952,7 +1952,7 @@ static int __init aty128_probe(struct pci_dev *pdev, const struct pci_device_id
bios = aty128_map_ROM(par, pdev);
#ifdef __i386__
if (bios == NULL)
bios = aty128_find_mem_vbios(par, pdev);
bios = aty128_find_mem_vbios(par);
#endif
if (bios == NULL)
printk(KERN_INFO "aty128fb: BIOS not located, guessing timings.\n");
......
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