Re: 2.5.69-mm7 build problem in sound/oss/cs46xx.c

From: Kevin Puetz (puetzk@puetzk.org)
Date: Wed May 21 2003 - 22:33:15 EST


looks like a janitor change gone awry, easy fix though

--- sound/oss/cs46xx.c.bak 2003-05-21 22:29:20.000000000 -0500
+++ sound/oss/cs46xx.c 2003-05-21 22:29:25.000000000 -0500
@@ -946,8 +946,8 @@

 struct InitStruct
 {
- u32 long off;
- u32 long val;
+ u32 off;
+ u32 val;
 } InitArray[] = { {0x00000040, 0x3fc0000f},
                   {0x0000004c, 0x04800000},

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri May 23 2003 - 22:00:47 EST