From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753366AbcFOLcu (ORCPT ); Wed, 15 Jun 2016 07:32:50 -0400 Received: from mga01.intel.com ([192.55.52.88]:41912 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751778AbcFOLcq (ORCPT ); Wed, 15 Jun 2016 07:32:46 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,475,1459839600"; d="scan'208";a="122286847" Subject: Re: [PATCH] mmc: host: use pr_err for sdhci_dumpregs To: "Baranowska, BeataX" , Ulf Hansson , "linux-mmc@vger.kernel.org" , "linux-kernel@vger.kernel.org" References: Cc: "Dong, Chuanxiao" , "Jarosz, SebastianX" From: Adrian Hunter Organization: Intel Finland Oy, Registered Address: PL 281, 00181 Helsinki, Business Identity Code: 0357606 - 4, Domiciled in Helsinki Message-ID: <57613BE9.9060807@intel.com> Date: Wed, 15 Jun 2016 14:28:41 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30/05/16 10:59, Baranowska, BeataX wrote: > From: Chuanxiao Dong > > sdhci_dumpregs is used to dump registers when error happens. Thus it should > use pr_err instead of pr_debug to show more information about the hardware. > > Signed-off-by: Chuanxiao Dong Acked-by: Adrian Hunter