From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Date: Tue, 16 Aug 2016 08:22:36 +0000 Subject: Re: [PATCH] ARM: s3c64xx: Delete unnecessary assignment for the field "owner" Message-Id: <20160816082236.GK21682@localhost.localdomain> List-Id: References: <8e027e26-730d-789b-0d3a-11712447479d@users.sourceforge.net> In-Reply-To: <8e027e26-730d-789b-0d3a-11712447479d@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Mon, Aug 15, 2016 at 06:20:18PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Mon, 15 Aug 2016 18:06:46 +0200 > > The field "owner" is set by the core. > Thus delete an unneeded initialisation. > > Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci > Signed-off-by: Markus Elfring > --- Acked-by: Charles Keepax Thanks, Charles