Re: [PATCH 2/7] cxgb3 - fix netpoll hanlder

From: Jeremy Fitzhardinge
Date: Wed May 30 2007 - 12:06:36 EST


Jeff Garzik wrote:
> Look at the function argument...

Yes, it's void *. But my point is that C requires the ?: to evaluate to
some specific type, so if you have different types on each side of the :
the compiler can be legitimately upset. The fact that the whole thing
gets cast to void * is somewhat irrelevant.

J
-
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/