On Tue, Apr 21, 2009 at 04:22:01PM +0300, Rami Rosen wrote: > This patch fixes a build warning in mwl8.c. > (Marvell TOPDOG wireless driver) > > The warning it fixes is: "large integer implicitly truncated to unsigned type." > > The rx_ctrl member of the mwl8k_rx_desc struct is 8 bit (__u8 ), whereas trying > to assign it a 32 bit value (which is returned from cpu_to_le32()) > causes the compiler to issue > a truncation warning. > > > Signed-off-by: Rami Rosen <ramirose@xxxxxxxxx> Oh, duh...I should have looked for the obvious answer... :-) Thanks, John -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html