From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753153AbbC3NFd (ORCPT ); Mon, 30 Mar 2015 09:05:33 -0400 Received: from hqemgate16.nvidia.com ([216.228.121.65]:8527 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752601AbbC3NFb (ORCPT ); Mon, 30 Mar 2015 09:05:31 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Mon, 30 Mar 2015 06:02:14 -0700 Date: Mon, 30 Mar 2015 15:05:21 +0200 From: Thierry Reding To: kbuild test robot CC: Alexandre Courbot , , "Linus Walleij" , , Subject: Re: [PATCH] fix platform_no_drv_owner.cocci warnings Message-ID: <20150330130520.GE32172@ulmo.nvidia.com> References: <201503291519.K9Z6Qptb%fengguang.wu@intel.com> <20150329074920.GA145050@athens> MIME-Version: 1.0 In-Reply-To: <20150329074920.GA145050@athens> User-Agent: Mutt/1.5.23 (2014-03-12) X-Originating-IP: [10.2.68.175] X-ClientProxiedBy: UKMAIL102.nvidia.com (10.26.138.15) To UKMAIL101.nvidia.com (10.26.138.13) Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="AjmyJqqohANyBN/e" Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --AjmyJqqohANyBN/e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. T= he core will do it. >=20 > Remove .owner field if calls are used which set it automatically >=20 > Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci >=20 > CC: Alexandre Courbot > Signed-off-by: Fengguang Wu > --- >=20 > 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. Thierry > --- a/drivers/pinctrl/pinctrl-max77620.c > +++ b/drivers/pinctrl/pinctrl-max77620.c > @@ -469,7 +469,6 @@ static int max77620_pinctrl_remove(struc > static struct platform_driver max77620_pinctrl_driver =3D { > .driver =3D { > .name =3D "max77620-pinctrl", > - .owner =3D THIS_MODULE, > }, > .probe =3D max77620_pinctrl_probe, > .remove =3D max77620_pinctrl_remove, --AjmyJqqohANyBN/e Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJVGUoQAAoJEN0jrNd/PrOhda8P/iuflE+mS2dFrradIz8bsfVq CgKbm6QjZyLsl44SKSygWDYvpFtYPzRInG/WylGKuYA0m/z6V4Y1EmTOrc3/v4Vk BD3fDKvucsTzlfFby8m0tL2ZXmOG0Q7/iX1aaVOLvAX3ek0w216YDILagrYQXkXj ZNFkpAv3lUgAni1WsJH1cg9Exo3EdCyAbqcKBwvtG63YEHe0japbP00x7FvDDAwK rmxfBCIMkZiSODuEpSuE8Fpequ3uukqAkUjh8PulT36BnqLQpbdIJPWmMTi7NmPZ iLB81GJoOQnkhtHsBILTuQ5oFts+qnzwtki6Fm25yxoZm9mdWruoq4BKZYmcxJ+V TWOTG/+sDDqK+8DG1hgEb9xKMPngyV0XV3x3quZto4ANNtE6aio1xmcndLMUh1t2 e97Bxhxnn0DBW+BiVurQ1AMTie8KC0WQcL6pp2m0ivsgAIfyRJbz8sYyknbwFxV+ pPZjtSFPsFTENM1uMHsED/DLf39dy7NWxIa5bF34ZAWZ/J0z9ence+BokMLjQu5q SZg5CtPBTLgAt7JlaLPOUS2zbznnQ2+cst/cxXrUjEXo+XQx/OVVrHn3ARDotYKy FjLf2PHVcqWU4wB2qOErWUndBVCCUKaImRe05pKO6jnt1qtNkOu3ejjaG/bUWDJU JKNVeCpf9i9zOHvlGdc+ =2qHY -----END PGP SIGNATURE----- --AjmyJqqohANyBN/e--