From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755032AbcAYDen (ORCPT ); Sun, 24 Jan 2016 22:34:43 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54901 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753950AbcAYDek (ORCPT ); Sun, 24 Jan 2016 22:34:40 -0500 Date: Sun, 24 Jan 2016 19:34:39 -0800 From: Greg KH To: Saurabh Sengar Cc: mathias.nyman@intel.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH] usb: host: pci_quirks: fix memory leak, by adding iounmap Message-ID: <20160125033439.GB9962@kroah.com> References: <1449993377-3602-1-git-send-email-saurabh.truth@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449993377-3602-1-git-send-email-saurabh.truth@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 13, 2015 at 01:26:17PM +0530, Saurabh Sengar wrote: > added iounmap inorder to free memory mapped to base before returning > > Signed-off-by: Saurabh Sengar > --- > drivers/usb/host/pci-quirks.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) This is a resend of what version? And why did you resend it? I've now dropped all pending versions of this from my queue, please send your latest one, with all of the proper changelog information (i.e. what version the patch is, what changed between versions, etc.) Otherwise it's impossible for me to know what to do with the patch... thanks, greg k-h