[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20070914221749.7722cadf@oldman>
Date: Fri, 14 Sep 2007 22:17:49 +0200
From: Stephen Hemminger <shemminger@...ux-foundation.org>
To: linux-kernel@...r.kernel.org
Subject: Re: Interpretation of sparse warning
On Fri, 14 Sep 2007 15:01:09 -0500
Larry Finger <Larry.Finger@...inger.net> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists