From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759215AbbCDTZd (ORCPT ); Wed, 4 Mar 2015 14:25:33 -0500 Received: from mail-pd0-f182.google.com ([209.85.192.182]:46186 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755309AbbCDTZb (ORCPT ); Wed, 4 Mar 2015 14:25:31 -0500 Date: Wed, 4 Mar 2015 11:25:37 -0800 From: Olof Johansson To: kbuild test robot Cc: Bill Richardson , kbuild-all@01.org, Javier Martinez Canillas , linux-kernel@vger.kernel.org Subject: Re: [PATCH] platform/chrome: fix platform_no_drv_owner.cocci warnings Message-ID: <20150304192537.GA26264@quad.lixom.net> References: <201502270955.VOEyl0rd%fengguang.wu@intel.com> <20150227010901.GA26245@waimea> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150227010901.GA26245@waimea> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 27, 2015 at 09:09:01AM +0800, kbuild test robot wrote: > drivers/platform/chrome/cros_ec_lpc.c:272: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: Bill Richardson > Signed-off-by: Fengguang Wu Thanks, applied. -Olof