Re: Interpretation of sparse warning

From: Stephen Hemminger
Date: Fri Sep 14 2007 - 16:18:41 EST


On Fri, 14 Sep 2007 15:01:09 -0500
Larry Finger <Larry.Finger@xxxxxxxxxxxx> wrote:

> The code sequence
>
> u32 macstat;
> .....
> macstat = le32_to_cpu(rxhdr->mac_status);
>
> generates the following sparse warnings
>
> drivers/net/wireless/b43legacy/xmit.c:446:12: warning: cast to restricted type
> drivers/net/wireless/b43legacy/xmit.c:446:12: warning: cast from restricted type
>

Is rxhdr->mac_status properly declared as le32?

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