Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753912AbcDFVIU (ORCPT ); Wed, 6 Apr 2016 17:08:20 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45516 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753435AbcDFVIS (ORCPT ); Wed, 6 Apr 2016 17:08:18 -0400 Date: Wed, 6 Apr 2016 14:08:17 -0700 From: Greg KH To: changbin.du@intel.com Cc: balbi@kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/3] usb: dwc3: free dwc->regset on dwc3_debugfs_exit Message-ID: <20160406210817.GA14444@kroah.com> References: <20160406092509.GA29930@kroah.com> <1459957446-6854-3-git-send-email-changbin.du@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459957446-6854-3-git-send-email-changbin.du@intel.com> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 276 Lines: 12 On Wed, Apr 06, 2016 at 11:44:05PM +0800, changbin.du@intel.com wrote: > From: "Du, Changbin" > > Signed-off-by: Du, Changbin > --- You need a changelog entry in order for a patch to be able to be accepted. thanks, greg k-h