From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751634AbdGaRr5 (ORCPT ); Mon, 31 Jul 2017 13:47:57 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:58040 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750905AbdGaRru (ORCPT ); Mon, 31 Jul 2017 13:47:50 -0400 Date: Mon, 31 Jul 2017 18:47:41 +0100 From: Alexey Klimov To: Punit Agrawal , linux-kernel@vger.kernel.org Cc: lorenzo.pieralisi@arm.com, sudeep.holla@arm.com, Jassi Brar , rafael.j.wysocki@intel.com Subject: Re: [PATCH 2/4] mailbox: pcc: Drop uninformative output during boot Message-ID: <20170731174741.GA6249@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170720110402.15313-3-punit.agrawal@arm.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 (keeping Rafael in c/c per Jassi suggestion) On Thu, Jul 20, 2017 at 12:04 PM, Punit Agrawal wrote: > When booting on an ACPI enabled system that does not provide the > Platform Communications Channel Table (PCCT), the pcc mailbox driver > prints - > > [ 0.484261] PCCT header not found. Ah. I thought this was already removed ages ago. Thanks for removing this. > during probe before returning -ENODEV. > > This message clutters the bootlog and doesn't provide any useful > information. Drop this message. > > Signed-off-by: Punit Agrawal > Cc: Jassi Brar Acked-by: Alexey Klimov