Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752652AbbFGMJh (ORCPT ); Sun, 7 Jun 2015 08:09:37 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:28512 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752766AbbFGMJ3 (ORCPT ); Sun, 7 Jun 2015 08:09:29 -0400 Date: Sun, 7 Jun 2015 15:09:22 +0300 From: Dan Carpenter To: David Decotigny Cc: Oleg Drokin , Andreas Dilger , Greg Kroah-Hartman , HPDD-discuss@ml01.01.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Liang Zhen , Peng Tao , Doug Oucharek , Amir Shehata , Isaac Huang Subject: Re: [PATCH v2 2/2] staging: rtl8723au: core: remove redundant endianness conversion Message-ID: <20150607120922.GU28762@mwanda> References: <1433637240-24223-1-git-send-email-ddecotig@gmail.com> <1433637240-24223-3-git-send-email-ddecotig@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433637240-24223-3-git-send-email-ddecotig@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 668 Lines: 16 On Sat, Jun 06, 2015 at 05:34:00PM -0700, David Decotigny wrote: > Source and destination have the same little-endian annotation: this > patch removes forced conversion from host byte order to little-endian. The patch seems correct but the changelog is a bit wrong. It will change it from little endian to host endian but we don't want the dest to be host endian, we want it to be little endain. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/