From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753098AbdEQGua (ORCPT ); Wed, 17 May 2017 02:50:30 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:34844 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751005AbdEQGu0 (ORCPT ); Wed, 17 May 2017 02:50:26 -0400 Subject: Re: [PATCH v2] cpufreq: kirkwood-cpufreq:- Handle return value of clk_prepare_enable To: Viresh Kumar References: <1495003358-25593-1-git-send-email-arvind.yadav.cs@gmail.com> <20170517064549.GC17481@vireshk-i7> Cc: rjw@rjwysocki.net, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org From: Arvind Yadav Message-ID: <919e260e-01d5-1bc0-233d-70db19fbcdcd@gmail.com> Date: Wed, 17 May 2017 12:19:13 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170517064549.GC17481@vireshk-i7> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sorry, I missed it. Now I am going to add. Thanks -Arvind On Wednesday 17 May 2017 12:15 PM, Viresh Kumar wrote: > On 17-05-17, 12:12, Arvind Yadav wrote: >> Here, Clock enable can failed. So adding an error check for >> clk_prepare_enable. > You missed my comment for the commit log. >