lkml.org 
[lkml]   [1999]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] typo in 2.3.15 pre1
Linus,

There is a typo in drivers/video/atyfb.c that prevents it from
compiling. The attached patch should fix that. fbmem.c probably breaks
on Sparcs too; a patch for that has been forwarded to DaveM and Jakub.

FWIW I did not mean for that patch to be applied so soon, which was why
I said 'preliminary' and 'not yet tested' and such. ;-)

Regards,

Jeff



--
Any sufficiently advanced technology is indistinguishable from a rigged
demo.
-- Andy FinkelIndex: atyfb.c
===================================================================
RCS file: /home/cvsgarzik/linux_2_3/drivers/video/atyfb.c,v
retrieving revision 1.1.1.6
diff -u -r1.1.1.6 atyfb.c
--- atyfb.c 1999/08/20 01:24:05 1.1.1.6
+++ atyfb.c 1999/08/20 03:19:57
@@ -1951,11 +1951,11 @@
fix->mmio_len = 0x400;
fix->accel = FB_ACCEL_ATI_MACH64CT;
} else if (Gx == VT_CHIP_ID || Gx == VU_CHIP_ID || Gx == VV_CHIP_ID) {
- fix->mmio_start = info->ati_regbase_phys-0x400);
+ fix->mmio_start = info->ati_regbase_phys-0x400;
fix->mmio_len = 0x800;
fix->accel = FB_ACCEL_ATI_MACH64VT;
} else {
- fix->mmio_start = info->ati_regbase_phys-0x400);
+ fix->mmio_start = info->ati_regbase_phys-0x400;
fix->mmio_len = 0x800;
fix->accel = FB_ACCEL_ATI_MACH64GT;
}
\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.030 / U:0.588 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site