[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <46EAE885.3080106@lwfinger.net>
Date: Fri, 14 Sep 2007 15:01:09 -0500
From: Larry Finger <Larry.Finger@...inger.net>
To: LKML <linux-kernel@...r.kernel.org>
Subject: Interpretation of sparse warning
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
(#446 is the macstat = ..... line)
My version of sparse is from the git tree and was downloaded today.
I think the code sequence is correct. What, if anything, should I do to eliminate the warning?
Thanks,
Larry
-
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