From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40zxft6xRrzF0dm for ; Tue, 5 Jun 2018 00:10:46 +1000 (AEST) In-Reply-To: <1525489285-23411-1-git-send-email-festevam@gmail.com> To: Fabio Estevam From: Michael Ellerman Cc: Fabio Estevam , paulus@samba.org, linuxppc-dev@lists.ozlabs.org Subject: Re: powerpc: cpm_gpio: Remove owner assignment from platform_driver Message-Id: <40zxft14hZz9s1w@ozlabs.org> Date: Tue, 5 Jun 2018 00:10:46 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 2018-05-05 at 03:01:25 UTC, Fabio Estevam wrote: > From: Fabio Estevam > > Structure platform_driver does not need to set the owner field, as this > will be populated by the driver core. > > Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci. > > Signed-off-by: Fabio Estevam Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c5cbde2df3951c59dc099dd2e452b5 cheers