From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933687AbdBPSoA (ORCPT ); Thu, 16 Feb 2017 13:44:00 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:60188 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933060AbdBPSn7 (ORCPT ); Thu, 16 Feb 2017 13:43:59 -0500 Date: Thu, 16 Feb 2017 10:43:52 -0800 From: Greg KH To: maomao xu Cc: bhumirks@gmail.com, singhalsimran0@gmail.com, nikolas@gnu.org, bhaktipriya96@gmail.com, elise.lennion@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: rtl8192u: Fix warnings about endianness Message-ID: <20170216184352.GA20695@kroah.com> References: <1487149587-10365-1-git-send-email-albert008.xu@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1487149587-10365-1-git-send-email-albert008.xu@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 15, 2017 at 05:06:27PM +0800, maomao xu wrote: > drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c:564:37: warning: incorrect type in assignment (different base types) > drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c:564:37: expected unsigned short [unsigned] [usertype] len > drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c:564:37: got restricted __be16 [usertype] > > Signed-off-by: maomao xu > Always test-build your patches!!! I don't know what to apply here at all. Please fix them up and resend a patch series of the correct patches. thanks, greg k-h