From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751454AbeFBOaM (ORCPT ); Sat, 2 Jun 2018 10:30:12 -0400 Received: from vern.gendns.com ([206.190.152.46]:58428 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750827AbeFBOaK (ORCPT ); Sat, 2 Jun 2018 10:30:10 -0400 Subject: Re: [PATCH] clk: Return void from debug_init op To: sboyd@kernel.org, Michael Turquette Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Eric Anholt , Sekhar Nori , Greg Kroah-Hartman References: <20180602050643.87253-1-sboyd@kernel.org> From: David Lechner Message-ID: <35a797de-35ec-ce65-64c4-8d2137b55c53@lechnology.com> Date: Sat, 2 Jun 2018 09:29:59 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180602050643.87253-1-sboyd@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/02/2018 12:06 AM, sboyd@kernel.org wrote: > From: Stephen Boyd > > We only have two users of the debug_init hook, and we recently stopped > caring about the return value from that op. Finish that off by changing > the clk_op to return void instead of int because it doesn't matter if > debugfs fails or not. > > Cc: Eric Anholt > Cc: David Lechner > Cc: Sekhar Nori > Cc: Greg Kroah-Hartman > Signed-off-by: Stephen Boyd > --- Acked-by: David Lechner