Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754122AbdCBB1S (ORCPT ); Wed, 1 Mar 2017 20:27:18 -0500 Received: from mga03.intel.com ([134.134.136.65]:56497 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753448AbdCBB1N (ORCPT ); Wed, 1 Mar 2017 20:27:13 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,227,1484035200"; d="scan'208";a="829906564" Date: Thu, 2 Mar 2017 06:44:49 +0800 From: Fengguang Wu To: Alan Cox , kbuild-all@01.org, devel@driverdev.osuosl.org, Greg Kroah-Hartman , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging/atomisp: fix platform_no_drv_owner.cocci warnings Message-ID: <20170301224449.ho6mrprgudyg44wx@wfg-t540p.sh.intel.com> References: <201703011837.1R4zsbQi%fengguang.wu@intel.com> <20170301103017.GA30536@lkp-wsm-ep1> <20170301215858.GA25346@minime.bse> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170301215858.GA25346@minime.bse> User-Agent: NeoMutt/20161104 (1.7.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1636 Lines: 39 On Wed, Mar 01, 2017 at 10:58:59PM +0100, Daniel Glöckner wrote: >On Wed, Mar 01, 2017 at 06:30:17PM +0800, kbuild test robot wrote: >> drivers/staging/media/atomisp/i2c/imx/imx.c:2486: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: Alan Cox >> Signed-off-by: Fengguang Wu > > >May I ask which repository this patch is based on? The email is replying to this one, which shows Greg's staging tree. Date: Wed, 1 Mar 2017 18:30:16 +0800 From: kbuild test robot To: Alan Cox Cc: devel@driverdev.osuosl.org, Greg Kroah-Hartman , kbuild-all@01.org Subject: [kbuild-all] [staging:staging-testing 209/209] drivers/staging/media/atomisp/i2c/gc2235.c:37:41: fatal error: linux/atomisp_gmin_platform.h: No such file or directory tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing head: 628b2b91d50c74e2475a11a0db5978d9a36d2026 commit: 628b2b91d50c74e2475a11a0db5978d9a36d2026 [209/209] staging/atomisp: Add support for the Intel IPU v2 config: i386-allmodconfig (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout 628b2b91d50c74e2475a11a0db5978d9a36d2026 # save the attached .config to linux build tree make ARCH=i386 >Does Intel finally attempt to upstream the atomisp driver? It looks so. Thanks, Fengguang