From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754177AbdKAGxW (ORCPT ); Wed, 1 Nov 2017 02:53:22 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51974 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbdKAGxV (ORCPT ); Wed, 1 Nov 2017 02:53:21 -0400 Date: Wed, 1 Nov 2017 07:53:31 +0100 From: Greg KH To: Himanshu Jha Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] usb: wusbcore: Use put_unaligned_le32 Message-ID: <20171101065331.GA31081@kroah.com> References: <1508240670-8514-1-git-send-email-himanshujha199640@gmail.com> <20171031181145.GA15029@himanshu-Vostro-3559> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171031181145.GA15029@himanshu-Vostro-3559> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 31, 2017 at 11:41:45PM +0530, Himanshu Jha wrote: > On Tue, Oct 17, 2017 at 05:14:30PM +0530, Himanshu Jha wrote: > > Hi Greg, > > > Use put_unaligned_le32 rather than using byte ordering function and > > memcpy which makes code clear. > > Also, add the header file where it is declared. > > > > I hope my patch is in your queue! You will get an email when it happens...