From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161592AbcFHFXz (ORCPT ); Wed, 8 Jun 2016 01:23:55 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44497 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161328AbcFHFXx (ORCPT ); Wed, 8 Jun 2016 01:23:53 -0400 Date: Tue, 7 Jun 2016 22:23:52 -0700 From: Greg KH To: Sandhya Bankar Cc: johnyoun@synopsys.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] usb: pci: Remove unnecessary pci_set_drvdata(). Message-ID: <20160608052352.GA12660@kroah.com> References: <149f6b90932682cd4c04af6e6e505d65010ad0a6.1462967567.git.bankarsandhya512@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <149f6b90932682cd4c04af6e6e505d65010ad0a6.1462967567.git.bankarsandhya512@gmail.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 11, 2016 at 06:08:15PM +0530, Sandhya Bankar wrote: > Unnecessary [platform|pci]_set_drvdata() have been removed since the driver core clears the driver data to NULLafter device release or on probe failure. There is no need to manually clear the > device driver data to NULL. Please fix your changelog text to be wrapped at 72 columns like it is supposed to be. thanks, greg k-h