]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.3-rc3-aty128fb-fix-lkml.patch
- _rel 1.19,
[packages/kernel.git] / 2.6.3-rc3-aty128fb-fix-lkml.patch
CommitLineData
70b033d6 1
2--- linux-2.6.2/drivers/video/aty/aty128fb.c~ 2004-02-16 14:39:19.000000000 +0000
3+++ linux-2.6.2/drivers/video/aty/aty128fb.c 2004-02-16 14:40:25.000000000 +0000
4@@ -1952,7 +1952,7 @@
5 bios = aty128_map_ROM(par, pdev);
6 #ifdef __i386__
7 if (bios == NULL)
8- bios = aty128_find_mem_vbios(par, pdev);
9+ bios = aty128_find_mem_vbios(par);
10 #endif
11 if (bios == NULL)
12 printk(KERN_INFO "aty128fb: BIOS not located, guessing timings.\n");
This page took 0.050589 seconds and 4 git commands to generate.