From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7FF0EECAAD2 for ; Thu, 1 Sep 2022 07:01:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NGDbL6RG+X6Qjj/UHssRWl5W1KIXgR4DoWFubS/saIQ=; b=cwljSFIUciuNdJ Y6+D788cCnOm1XSQcuXJOp3hZMLhI3JVS4ep1AZY57MzjDOdl35J243J8xKWS5KmBaxyhkT1bna5b kCs9bC6OzBzo4wYUVi4/v2gMCzfX6XKI3uXJLJPBHGyML2jOFGXa0hwqYnBaMdiYJ8UjWJb2IObzu M3vum5KGiVRVXeHFnnBgmsUQzqtSL6HiRPt6yimOqz0EZevdt/piCCh1CSpKyASKOT7WTwMDThljP ouQBaN6wV+VU2HFeThaxtWiYJetUw81PIEOKnxiCKa80zgZPIA/8d2snU3Hok9rvojq0yeEk3UiJl 6FpY0aMPZtLmUHbEr1hA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oTeBV-00A9Bs-IK; Thu, 01 Sep 2022 07:00:17 +0000 Received: from mail.skyhub.de ([5.9.137.197]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oTeBR-00A9AV-IG for linux-arm-kernel@lists.infradead.org; Thu, 01 Sep 2022 07:00:15 +0000 Received: from nazgul.tnic (unknown [84.201.196.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id E4F4C1EC068B; Thu, 1 Sep 2022 09:00:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1662015607; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=XKghJG4HHLysGzjcas8914Xxe5ptFc8wX4BTcTm2L5Y=; b=qCBOXcl0Beg+DNWpd0ZfkM2Ji7Hz7VQZ9EAJ5YecRKYnoywJSCTUdeA3jzUyXPBubpxSFW c7tETANdwXRdQbuep5pGEIM0SVi7ppBYLMsKhUeqBStUx3WMFxzsFDwYJow42TQU8rVwZ4 dE8Sk8juWE6I2MCGufI8qLs82esjbzQ= Date: Thu, 1 Sep 2022 09:00:11 +0200 From: Borislav Petkov To: Serge Semin Cc: Rob Herring , Michal Simek , Mauro Carvalho Chehab , Tony Luck , James Morse , Robert Richter , Serge Semin , Alexey Malahov , Michail Ivanov , Pavel Parkhomenko , Punnaiah Choudary Kalluri , Manish Narani , Dinh Nguyen , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 13/20] EDAC/mc: Drop duplicated dimm->nr_pages debug printout Message-ID: References: <20220822190730.27277-1-Sergey.Semin@baikalelectronics.ru> <20220822190730.27277-14-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220822190730.27277-14-Sergey.Semin@baikalelectronics.ru> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220901_000013_782974_A80ED770 X-CRM114-Status: GOOD ( 11.31 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Aug 22, 2022 at 10:07:23PM +0300, Serge Semin wrote: > The duplicated edac_dbg()-based dimm->nr_pages field was introduced in > commit 6e84d359b2be ("edac_mc: Cleanup per-dimm_info debug messages"). You > can find the duplicated line even in the commit message text: > > [ 1011.380101] EDAC DEBUG: edac_mc_dump_dimm: dimm->nr_pages = 0x40000 > > [ 1011.380103] EDAC DEBUG: edac_mc_dump_dimm: dimm->grain = 8 > > [ 1011.380104] EDAC DEBUG: edac_mc_dump_dimm: dimm->nr_pages = 0x40000 > Let's drop the corresponding edac_dbg() method call then. > > Signed-off-by: Serge Semin > --- > drivers/edac/edac_mc.c | 1 - > 1 file changed, 1 deletion(-) Applied, thanks. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel