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 X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A011C4320A for ; Tue, 31 Aug 2021 17:10:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E415E610E7 for ; Tue, 31 Aug 2021 17:10:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240088AbhHaRLX (ORCPT ); Tue, 31 Aug 2021 13:11:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:57960 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229602AbhHaRLW (ORCPT ); Tue, 31 Aug 2021 13:11:22 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CF8D6610E7; Tue, 31 Aug 2021 17:10:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1630429825; bh=SGthlE0tQcMKpKjS99fGoaAVfKC/MRfiSGJ7XgdTMp8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=DksdIv0u7iVWQU3Sh6CAnRCqvOP7QkB8EwwOP5Iuz3SKfuiVKhfigCLHsUnQAG8/9 bYk6ccn7Z0MCrZWMRt4+emPh3jk4fxXIrZoCFt4RDbx8RJIpQgffqc3pKzXsoolTEN khMMXeHXkVNctplMAEeV5B7sL90HcrPMwcKzXp3oCGsFKrn1MhQ8VZxGwK1BJjlsVN aj4R8AfmvPCIjUrhsKAQ0oyNlComIaogc1VT66walKdelkBGjvugJEXR/jUHRr3tFB i1Rd/pktp+Qfpq8HOzJApj9wf5+SK4I4dXF0RzFV2PLDG7BhU8KUOYMrtRHQ+wcYqS g0H+PLXVcYXfg== Date: Tue, 31 Aug 2021 10:10:23 -0700 From: Jakub Kicinski To: zhaoxiao Cc: davem@davemloft.net, mcoquelin.stm32@gmail.com, peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, joabreu@synopsys.com, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, John 'Warthog9' Hawley Subject: Re: [PATCH v3] stmmac: dwmac-loongson: change the pr_info() to dev_err() in loongson_dwmac_probe() Message-ID: <20210831101023.53c3f67b@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20210831012523.2691-1-zhaoxiao@uniontech.com> References: <20210831012523.2691-1-zhaoxiao@uniontech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 31 Aug 2021 09:25:23 +0800 zhaoxiao wrote: > Change the pr_info to dev_err. > > Signed-off-by: zhaoxiao Your patches seem to not show up on the netdev mailing list. They do make it to lkml and linux-arm tho, strangely. Are you seeing any errors when sending them? Please repost this one and CC warthog9@kernel.org - let's see if it gets thru..