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 93791CDB465 for ; Thu, 19 Oct 2023 15:58:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346500AbjJSP6x (ORCPT ); Thu, 19 Oct 2023 11:58:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346400AbjJSP6u (ORCPT ); Thu, 19 Oct 2023 11:58:50 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12BCD18D for ; Thu, 19 Oct 2023 08:58:48 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C714C433C8; Thu, 19 Oct 2023 15:58:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697731127; bh=RED0CJL+hPkFLtbUoM2J+IsjZHHMt2828xR1we1htEY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pIMEjzLZjLgM4lkh7HpfhoilrwnyBw22Puv87akd6/dppeG0IEdpzWjwc67wO7McM JDmcI9ppg6q9rqWeevB2HvKKEhyzwnnTzCHZumeUorJ6eOcY/zDBM9Ec9ncRTxvEBK A0lw+i5g2OTipG0ll+zC8X/kpoJ8cGufCU+VEp7d0CGFA0/6aLZgMI21SPSdzGnFPo v4RfSKQW2G/tK16nPyHl0l6IpFT0uwo6Sx3tYSGKrpTuB0zMxNevY5Xq1xrRFYdB8i Cg82onWRPfY/xMRf+Xbq8nqoYBkt2PGbhroLd39EQ0GKYkN1IwW4r9Syrt/TCpYBwB aOVgZHJM2uo1g== Date: Thu, 19 Oct 2023 17:58:39 +0200 From: Simon Horman To: Przemek Kitszel Cc: Jiri Pirko , netdev@vger.kernel.org, "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Shannon Nelson , Michael Chan , Cai Huoqing , George Cherian , Danielle Ratson , Moshe Shemesh , Saeed Mahameed , Ariel Elior , Manish Chopra , Igor Russkikh , Coiby Xu , Brett Creeley , Sunil Goutham , Linu Cherian , Geetha sowjanya , Jerin Jacob , hariprasad , Subbaraya Sundeep , Ido Schimmel , Petr Machata , Eran Ben Elisha , Aya Levin , Leon Romanovsky , linux-kernel@vger.kernel.org, Benjamin Poirier , Jiri Pirko Subject: Re: [PATCH net-next v3 09/11] qed: devlink health: use retained error fmsg API Message-ID: <20231019155839.GR2100445@kernel.org> References: <20231018202647.44769-1-przemyslaw.kitszel@intel.com> <20231018202647.44769-10-przemyslaw.kitszel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231018202647.44769-10-przemyslaw.kitszel@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 18, 2023 at 10:26:45PM +0200, Przemek Kitszel wrote: > Drop unneeded error checking. > > devlink_fmsg_*() family of functions is now retaining errors, > so there is no need to check for them after each call. > > Reviewed-by: Jiri Pirko > Signed-off-by: Przemek Kitszel Reviewed-by: Simon Horman