Return-path: Received: from sj-iport-1.cisco.com ([171.71.176.70]:15866 "EHLO sj-iport-1.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298AbYILDEk (ORCPT ); Thu, 11 Sep 2008 23:04:40 -0400 From: Roland Dreier To: Larry Finger Cc: Steven Noonan , LKML , wireless Subject: Re: I need help with a sparse warning References: <48C9D040.8010107@lwfinger.net> <48C9DACE.5040308@lwfinger.net> Date: Thu, 11 Sep 2008 20:04:38 -0700 In-Reply-To: <48C9DACE.5040308@lwfinger.net> (Larry Finger's message of "Thu, 11 Sep 2008 21:58:22 -0500") Message-ID: (sfid-20080912_050444_248248_2B67049D) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-wireless-owner@vger.kernel.org List-ID: > This one gets rid of the sparse warning. > > priv->rx_mtu = le16_to_cpu((__le16 __force) > bootrec->data[10]); Yes but does it actually work on both big and little endian systems? (See my previous email) - R.