From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753140AbbHGM0h (ORCPT ); Fri, 7 Aug 2015 08:26:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59221 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751324AbbHGM0g (ORCPT ); Fri, 7 Aug 2015 08:26:36 -0400 From: Jes Sorensen To: Johannes Postma Cc: linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, Larry Finger , Greg Kroah-Hartman Subject: Re: [PATCH] staging: rtl8723au: Fix sparse warning: cast to restricted __le16 References: <1438860112-1786-1-git-send-email-jgmpostma@gmail.com> <20150807083707.GA3923@goofy_linux.Home> Date: Fri, 07 Aug 2015 08:26:33 -0400 In-Reply-To: <20150807083707.GA3923@goofy_linux.Home> (Johannes Postma's message of "Fri, 7 Aug 2015 09:37:07 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Johannes Postma writes: > On 06/08/15 at 08:21am, Jes Sorensen wrote: >> >> Looks OK to me. Probably worth changing the *(usPtr + index) to be >> usPtr[index] as well to make the code easier to read. >> >> Jes >> > > Thank you for reviewing. I will make a seperate patch for that. I will > send it after this one is accepted. Or should I combine them into a > patch serie? Either is fine with me. Jes