Re: [patch 1/2] cciss: cleans up warnings in the 32/64 bit conversions

From: mikem
Date: Tue Oct 26 2004 - 14:48:40 EST


On Sun, Oct 24, 2004 at 11:54:15AM -0400, James Bottomley wrote:
> On Thu, 2004-10-21 at 17:17, mike.miller@xxxxxx wrote:
> > Patch 1 of 2 for 20041021.
> > This patch cleans up some warnings in the 32-bit to 64-bit conversions.
> > Please consider this for inclusion. Built against 2.4.28-pre4.
> > Please apply in order.
>
> There's something wrong with this patch (it might be a missing prior
> patch) that's causing it to reject comprehensively.
>
> > -typedef long (*handler_type) (unsigned int, unsigned int, unsigned long,
> > +typedef int (*handler_type) (unsigned int, unsigned int, unsigned long,
>
> Things like this. handler_type has always been int not long in the
> source that's currently in the tree.
>
> James
>

Which tree are you applying to? This was made from 2.4.28-pre4.

mikem

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