From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:60041 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726670AbeG3Nxe (ORCPT ); Mon, 30 Jul 2018 09:53:34 -0400 Date: Mon, 30 Jul 2018 14:18:48 +0200 From: Greg KH To: Andrea Adami Cc: stable@vger.kernel.org Subject: Re: Request for 4.4-stable: 4e0def887d717598ae8062b46e55f9e00d3a5783 Message-ID: <20180730121848.GH32137@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Sun, Jul 29, 2018 at 01:53:43AM +0200, Andrea Adami wrote: > Greg, > > building for corgi with gcc7 I notice this single warning: > > /drivers/dma/pxa_dma.c:1324:34: warning: duplicate 'const' declaration > specifier [-Wduplicate-decl-specifier] static const struct > of_device_id const pxad_dt_ids[] ... > > There was a wrong backport of one patch and pxa_dma was fixed by 4.4.90. > Unfortunately the patch "4e0def8 dmaengine: pxa_dma: remove duplicate > const qualifier" was forgotten. Now queued up, thanks. greg k-h