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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C073EC32793 for ; Wed, 18 Jan 2023 17:28:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229512AbjARR2V (ORCPT ); Wed, 18 Jan 2023 12:28:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229476AbjARR2V (ORCPT ); Wed, 18 Jan 2023 12:28:21 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 890BF14E88 for ; Wed, 18 Jan 2023 09:28:20 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id D31D1CE1C4D for ; Wed, 18 Jan 2023 17:28:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B827C433F0; Wed, 18 Jan 2023 17:28:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674062897; bh=i/molI4igSdPuWthi1ooT7FdJi3hNe5JxLCaHL+bYLE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oFB0sDSoMq1O+pmytzNxTTzcuXWOzTzY9OlEmrOPKuLTHBWOk9cSTSuTH4MXRbl6E TAImPNTMbI6mKtU8nEGK5HPlLmt1Z6OTsFfPoolAi4RAp22NAqarIg3TN6z3VaI5PJ QIBAu4x4cA96s/KEDmJSavvkuG1c0u7hfoBsjEhV9lUW2qpiUd9EWt+3EnruB3qMIi NjcWytDhCPqT9NXQe5tuuYtou/Ng6rh050/ycfw0FG455wzWEno/DAgTMvYtZ2lBzQ UePcwUmib30SAxeuZYovalXrzH1lxTvV+cXN0zX/6eDVU6ZEO4dNFhMlx+crqbc4Kq SPPdbYjWtnrqQ== Date: Wed, 18 Jan 2023 22:58:13 +0530 From: Vinod Koul To: Geert Uytterhoeven Cc: Wolfgang Grandegger , Marc Kleine-Budde , Kishon Vijay Abraham I , Aswath Govindraju , linux-can@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: [PATCH] phy: phy-can-transceiver: Skip warning if no "max-bitrate" Message-ID: References: <88e158f97dd52ebaa7126cd9631f34764b9c0795.1674037334.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <88e158f97dd52ebaa7126cd9631f34764b9c0795.1674037334.git.geert+renesas@glider.be> Precedence: bulk List-ID: X-Mailing-List: linux-can@vger.kernel.org On 18-01-23, 11:29, Geert Uytterhoeven wrote: > According to the DT bindings, the "max-bitrate" property is optional. > However, when it is not present, a warning is printed. > Fix this by adding a missing check for -EINVAL. Applied, thanks -- ~Vinod