Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1599939

Re: [PATCH] staging: rtl8192u: use __le16_to_cpu instead of cast

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH] staging: rtl8192u: use __le16_to_cpu instead of cast
Date 2017-03-14 01:10 +0100
Message-ID <tkIch-iT-11@gated-at.bofh.it> (permalink)
References <tkjQB-7HV-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sun, Mar 12, 2017 at 04:02:35PM -0600, Perry Hooker wrote:
> This patch fixes the following sparse warnings:
> drivers/staging/rtl8192u/r8192U_dm.c:2307:49: warning: cast from restricted __le16
> drivers/staging/rtl8192u/r8192U_dm.c:2308:44: warning: cast from restricted __le16
> drivers/staging/rtl8192u/r8192U_dm.c:2309:44: warning: cast from restricted __le16
> 
> Signed-off-by: Perry Hooker <perry.hooker@gmail.com>
> ---
>  drivers/staging/rtl8192u/r8192U_dm.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

This patch does not apply to my tree at all :(

Please rebase it against linux-next and try again.

thanks,

greg k-h

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] staging: rtl8192u: use __le16_to_cpu instead of cast Perry Hooker <perry.hooker@gmail.com> - 2017-03-12 23:10 +0100
  Re: [PATCH] staging: rtl8192u: use __le16_to_cpu instead of cast Greg KH <gregkh@linuxfoundation.org> - 2017-03-14 01:10 +0100

csiph-web