Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751691AbbFZI7b (ORCPT ); Fri, 26 Jun 2015 04:59:31 -0400 Received: from down.free-electrons.com ([37.187.137.238]:38845 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752124AbbFZI7U (ORCPT ); Fri, 26 Jun 2015 04:59:20 -0400 Date: Fri, 26 Jun 2015 10:59:18 +0200 From: Antoine Tenart To: Michal Simek Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, antoine.tenart@free-electrons.com, Kishon Vijay Abraham I Subject: Re: [PATCH 1/3] phy: berlin: .owner field is setup by core Message-ID: <20150626085918.GB17234@kwain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1252 Lines: 41 On Wed, Jun 24, 2015 at 10:40:53AM +0200, Michal Simek wrote: > There was big cleanup in past to remove this unneeded setting. > > Signed-off-by: Michal Simek Acked-by: Antoine Tenart > --- > > Can be also tracked by coccinelle script. > scripts/coccinelle/api/platform_no_drv_owner.cocci > > --- > drivers/phy/phy-berlin-usb.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/phy/phy-berlin-usb.c b/drivers/phy/phy-berlin-usb.c > index c6fc95b53083..d7431f6ab975 100644 > --- a/drivers/phy/phy-berlin-usb.c > +++ b/drivers/phy/phy-berlin-usb.c > @@ -207,7 +207,6 @@ static struct platform_driver phy_berlin_usb_driver = { > .probe = phy_berlin_usb_probe, > .driver = { > .name = "phy-berlin-usb", > - .owner = THIS_MODULE, > .of_match_table = phy_berlin_sata_of_match, > }, > }; > -- > 2.3.5 > -- Antoine T?nart, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- 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/