From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754994AbbJOHfx (ORCPT ); Thu, 15 Oct 2015 03:35:53 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:34451 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751081AbbJOHfu (ORCPT ); Thu, 15 Oct 2015 03:35:50 -0400 Date: Thu, 15 Oct 2015 13:05:44 +0530 From: Viresh Kumar To: Thomas Petazzoni Cc: "Rafael J . Wysocki" , Len Brown , Pavel Machek , Greg Kroah-Hartman , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Tawfik Bayouk , Nadav Haklai , Lior Amsalem , Gregory Clement Subject: Re: [PATCH] PM / OPP: Remove confusing error message in of_cpumask_init_opp_table() Message-ID: <20151015073544.GE19018@linux> References: <1444837943-32263-1-git-send-email-thomas.petazzoni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444837943-32263-1-git-send-email-thomas.petazzoni@free-electrons.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 14-10-15, 17:52, Thomas Petazzoni wrote: > ret = of_init_opp_table(cpu_dev); > if (ret) { > - pr_err("%s: couldn't find opp table for cpu:%d, %d\n", > - __func__, cpu, ret); > - It should have be modified to pr_debug() at least. -- viresh