linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix InitStruct types on cs46xx driver
@ 2003-05-23 20:35 Eduardo Pereira Habkost
  0 siblings, 0 replies; only message in thread
From: Eduardo Pereira Habkost @ 2003-05-23 20:35 UTC (permalink / raw)
  To: twoller, nils; +Cc: linux-kernel, marcelo, alan

[-- Attachment #1: Type: text/plain, Size: 540 bytes --]

Detected when using gcc 3.3.

-- 
Eduardo


diff -purN linux-2.4.orig/drivers/sound/cs46xx.c linux-2.4/drivers/sound/cs46xx.c
--- linux-2.4.orig/drivers/sound/cs46xx.c	2003-05-22 20:13:12.000000000 -0300
+++ linux-2.4/drivers/sound/cs46xx.c	2003-05-22 20:13:12.000000000 -0300
@@ -947,8 +947,8 @@ static void cs_play_setup(struct cs_stat
 
 struct InitStruct
 {
-    u32 long off;
-    u32 long val;
+    u32 off;
+    u32 val;
 } InitArray[] = { {0x00000040, 0x3fc0000f},
                   {0x0000004c, 0x04800000},
 

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-23 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-23 20:35 [PATCH] Fix InitStruct types on cs46xx driver Eduardo Pereira Habkost

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).