]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Small typo in aty128fb
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 16 Feb 2004 02:10:00 +0000 (18:10 -0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 16 Feb 2004 02:10:00 +0000 (18:10 -0800)
This fixes a small merge error in aty128fb resulting in a compile
failure.

drivers/video/aty/aty128fb.c

index 173a9ea800cbda54fd02ecfb5b5020d6c1f813d6..a0a7dbd97915ba6ddb7b2041edac23490f66e2ee 100644 (file)
@@ -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");