[PATCH] Fix InitStruct types on cs46xx driver

From: Eduardo Pereira Habkost (ehabkost@conectiva.com.br)
Date: Fri May 23 2003 - 15:35:32 EST


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},


- 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:56 EST