linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.21pre8/cs46xx.c and gcc 3.3 problems
@ 2003-06-12  3:11 Boris
  2003-06-13  9:35 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Boris @ 2003-06-12  3:11 UTC (permalink / raw)
  To: linux-kernel

It seems that gcc 3.3 doesn't like the cs46xx driver and causes and error.
The quick fix was to change the following lines

line 948-952
struct InitStruct
{
    u32 long off;
    u32 long val;
}

to

struct InitStruct
{
    u32 off;
    u32 val;
}


I am not sure this is the exact fix to use but it works. Anyway to getting
this fixed?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.4.21pre8/cs46xx.c and gcc 3.3 problems
  2003-06-12  3:11 2.4.21pre8/cs46xx.c and gcc 3.3 problems Boris
@ 2003-06-13  9:35 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2003-06-13  9:35 UTC (permalink / raw)
  To: Boris; +Cc: Linux Kernel Mailing List

On Iau, 2003-06-12 at 04:11, Boris wrote:
> It seems that gcc 3.3 doesn't like the cs46xx driver and causes and error.
> The quick fix was to change the following lines

The -ac tree has some of the 3.3 fixes in it, this included. Your change
is correct


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-13  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-12  3:11 2.4.21pre8/cs46xx.c and gcc 3.3 problems Boris
2003-06-13  9:35 ` Alan Cox

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).