From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1033482AbdD0J4Y (ORCPT ); Thu, 27 Apr 2017 05:56:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59078 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032203AbdD0J4O (ORCPT ); Thu, 27 Apr 2017 05:56:14 -0400 Date: Thu, 27 Apr 2017 11:56:04 +0200 From: Greg KH To: Arnd Bergmann Cc: stable@vger.kernel.org, Boris Brezillon , Mike Turquette , linux-kernel@vger.kernel.org Subject: Re: [stable 3.18 PATCH] clk: at91: usb: fix determine_rate prototype again Message-ID: <20170427095604.GB1755@kroah.com> References: <20170421124528.2644028-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170421124528.2644028-1-arnd@arndb.de> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 21, 2017 at 02:45:23PM +0200, Arnd Bergmann wrote: > We had an incorrect backport of > 4591243102fa ("clk: at91: usb: propagate rate modification to the parent clk") > that was fixed incorrectly in linux-3.18.y by > 76723e7ed589 ("clk: at91: usb: fix determine_rate prototype") > > as shown by this warning: > > drivers/clk/at91/clk-usb.c:155:20: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > drivers/clk/at91/clk-usb.c:193:20: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] > > This should fix it properly. > > Cc: Boris Brezillon > Signed-off-by: Arnd Bergmann > --- > This should be applied to 3.18.y directly Thanks for this, now applied. greg k-h