On Fri, 14 Sep 2007 15:01:09 -0500
Larry Finger <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to