Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1321057pxb; Fri, 20 Nov 2020 06:52:34 -0800 (PST) X-Google-Smtp-Source: ABdhPJytn/a0sOQlzzT2dI5fo/Xy3cPAZWLP57X9kKNZ2jcyErQJjmHwQo7SNVKhhPbjJKEO5ivA X-Received: by 2002:a17:906:2ddb:: with SMTP id h27mr32748035eji.213.1605883954053; Fri, 20 Nov 2020 06:52:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605883954; cv=none; d=google.com; s=arc-20160816; b=Yw2BrNyLV92wFGOd17TggAXhht4qbmPJG9zNpmEGFr39Lk8yH2qeu05XyTdrZYuTOD EYU4W0lTk4fzmI/qBKeK9kVyoE5yNdCOBv1KK9MxUuLPb4Q/jWAZnstCFaTgIH9UrO27 7VdemsAX/5Dx97BtVVY0esoWMTEqjNSxTrS3/0yeKOPofoBgtGtkf7Y0YqcliJtiQsyZ wfYQx8khJMv1lvt7ze68tyqmaCFML8GeGrUKnb69MP+0Rk/0Y7orQ7Sew1RNL4/CThVw i1vuJY6ovC3S+6hxU7DIiEMrF+yGVLMkRfkAU7jgoUljLfV8QOwTz64wbWeEHMF/nJ/a Y3zQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=gXxrLvhDpwyHJ1hEM3CYQNTGgQMSg/mCug2Zzzt6/uc=; b=ZCuDAalTez8tun+89zTwX6jtN4tINpwwtIwDPpyGGDwzb4wDnUti/xDK3pvGNCJEXv Jhz3sOjqbxjKIri/BRP3v61elbQEgguqeL132f6UaacYNET3dzPBQYkKGloxmvpaB9P4 +Tt9cN/wdUtu3O/ENYyyMJofnuqB8NSC95RJtieNaegCdauzmX3IwfhJ16idRhti/5C8 48KvO/uxg6uUCVUjrCgrJytABayO074KJK8o6waE679zhGcy6bLoqtx+ERJGFiYFKiPc GPiJHqoR1MY5WwbttbmWX16sHLFvfhwGDum4R0Fvd1xSFzWoqT15dMAUywSX/lTnBq3S kFXA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dm2si1797743ejc.352.2020.11.20.06.52.09; Fri, 20 Nov 2020 06:52:34 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727149AbgKTOug (ORCPT + 99 others); Fri, 20 Nov 2020 09:50:36 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:41362 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726490AbgKTOug (ORCPT ); Fri, 20 Nov 2020 09:50:36 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kg7k2-0087lL-LC; Fri, 20 Nov 2020 15:50:26 +0100 Date: Fri, 20 Nov 2020 15:50:26 +0100 From: Andrew Lunn To: Joe Perches Cc: Jakub Kicinski , Heiner Kallweit , Grygorii Strashko , "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] mdio_bus: suppress err message for reset gpio EPROBE_DEFER Message-ID: <20201120145026.GM1853236@lunn.ch> References: <20201119203446.20857-1-grygorii.strashko@ti.com> <1a59fbe1-6a5d-81a3-4a86-fa3b5dbfdf8e@gmail.com> <44a3c8c0-9dbd-4059-bde8-98486dde269f@gmail.com> <20201119214139.GL1853236@lunn.ch> <221941d6-2bb1-9be8-7031-08071a509542@gmail.com> <20201119212122.665d5396@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Joe > reverse xmas tree is completely crazy. > > But I posted a patch to checkpatch to suggest it for net/ > and drivers/net/ once > > https://lkml.org/lkml/2016/11/4/54 > From Joe Perches <> > ... > and the reverse xmas tree helpfulness of looking up the > type of bar is neither obvious nor easy. > > My preference would be for a bar that serves coffee and alcohol. Ah, those were the days. Anyway, can this patch be brought back to life, with the problem pointed out fixed? It is still something we do in netdev, and a machine can spot these problems better than a human maintainer or developer. Thanks Andrew