From 7461d9036f122ba3cef4702e6dcf0047394ec397 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sun, 15 Feb 2004 18:10:00 -0800 Subject: [PATCH] [PATCH] Small typo in aty128fb This fixes a small merge error in aty128fb resulting in a compile failure. --- drivers/video/aty/aty128fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c index 173a9ea800cb..a0a7dbd97915 100644 --- a/drivers/video/aty/aty128fb.c +++ b/drivers/video/aty/aty128fb.c @@ -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"); -- 2.39.5