From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755230AbbDGNJv (ORCPT ); Tue, 7 Apr 2015 09:09:51 -0400 Received: from mail-ie0-f179.google.com ([209.85.223.179]:34184 "EHLO mail-ie0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754371AbbDGNJr (ORCPT ); Tue, 7 Apr 2015 09:09:47 -0400 MIME-Version: 1.0 In-Reply-To: <20150330130520.GE32172@ulmo.nvidia.com> References: <201503291519.K9Z6Qptb%fengguang.wu@intel.com> <20150329074920.GA145050@athens> <20150330130520.GE32172@ulmo.nvidia.com> Date: Tue, 7 Apr 2015 15:09:46 +0200 Message-ID: Subject: Re: [PATCH] fix platform_no_drv_owner.cocci warnings From: Linus Walleij To: Thierry Reding Cc: kbuild test robot , Alexandre Courbot , "kbuild-all@01.org" , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 30, 2015 at 3:05 PM, Thierry Reding wrote: > On Sun, Mar 29, 2015 at 03:49:20PM +0800, kbuild test robot wrote: >> drivers/pinctrl/pinctrl-max77620.c:472:3-8: No need to set .owner here. The core will do it. >> >> Remove .owner field if calls are used which set it automatically >> >> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci >> >> CC: Alexandre Courbot >> Signed-off-by: Fengguang Wu >> --- >> >> pinctrl-max77620.c | 1 - >> 1 file changed, 1 deletion(-) > > Hi Linus, > > please ignore this. It's from a staging tree and against a driver that > doesn't exist upstream yet. I have for now removed these branches from > my github tree completely until we can figure out a way to keep the 0- > day builder from generating these patches. Bah no big deal, I think I managed to fire off a similar thing on a PWM driver down your path :P Fengguang said he'd fixed it though IIRC. Yours, Linus Walleij