[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <48C9D040.8010107@lwfinger.net>
Date: Thu, 11 Sep 2008 21:13:20 -0500
From: Larry Finger <Larry.Finger@...inger.net>
To: LKML <linux-kernel@...r.kernel.org>
CC: wireless <linux-wireless@...r.kernel.org>
Subject: I need help with a sparse warning
In file drivers/net/wireless/p54/p54common.c, the statement
priv->rx_mtu = (size_t) le16_to_cpu((__le16)bootrec->data[10]);
generates the sparse warning
.../p54common.c:185:29: warning: cast to restricted __le16
where bootrec->data is u32, and priv->rx_mtu is u16.
What should be done to eliminate this 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