From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753096AbcHZT1f (ORCPT ); Fri, 26 Aug 2016 15:27:35 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:54190 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751321AbcHZT1e (ORCPT ); Fri, 26 Aug 2016 15:27:34 -0400 Date: Fri, 26 Aug 2016 12:27:32 -0700 From: Stephen Boyd To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Michael Turquette , linux-clk@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , open list Subject: Re: [PATCH] clk: return unsigned int in dummy non-OF of_clk_get_parent_count() Message-ID: <20160826192732.GZ19826@codeaurora.org> References: <20160826125811.26843-1-zajec5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160826125811.26843-1-zajec5@gmail.com> 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 08/26, Rafał Miłecki wrote: > From: Rafał Miłecki > > In the commit 929e7f3bc7b82 ("clk: Make of_clk_get_parent_count() return > unsigned ints") of_clk_get_parent_count has been modified to return > unsigned int. There is also a dummy implementation of the same function > for configs without CONFIG_OF. For the consistency it should be updated > as well. > > Signed-off-by: Rafał Miłecki > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project