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 69BF2C77B7F for ; Sat, 13 May 2023 09:59:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237227AbjEMJ74 (ORCPT ); Sat, 13 May 2023 05:59:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238790AbjEMJ7x (ORCPT ); Sat, 13 May 2023 05:59:53 -0400 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33C2C26BD for ; Sat, 13 May 2023 02:59:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=TOpzh42Zbu0c8cntQo3eEPOm9O5aWTHf5PpNZO/eKbQ=; b=AapkldZbumoSSoYt8DigmCM5LG mAyrxd/1XfceIDu9SNL6LUaK6kJO9k39KsLDW1QXTMd73T+msBahUdlkFGzZ2gUY7JDFHxVNHrfBD swJDygxX+kJlXdWkhHXkPnGtVSbahqxUyX+16CIITWZ/bcTovj5tuRA1F0wz7Pv39cGdg7YX9O+n8 4Vd9PuTOxQPFHtperVCfa7vMSP45p86D4FdZyrUNCMLQ/IAyhALDKtSol2w1QjCDcElGVUV+vVHwb ejqnuuTMBwHkmjDlytmbhJe69ltmyfaOQlIvYzgZU+Yhqjg5IP5tUR9oBNjT4XS2rL69xjHdrFmWY amz+B4dg==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:46468) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pxm2T-0001Cn-0H; Sat, 13 May 2023 10:59:45 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1pxm2R-00060P-No; Sat, 13 May 2023 10:59:43 +0100 Date: Sat, 13 May 2023 10:59:43 +0100 From: "Russell King (Oracle)" To: SikkiLadho Cc: mw@semihalf.com, linux-kernel@vger.kernel.org, Ivan Orlov Subject: Re: [PATCH] net: marvell: fix error checking for debugfs Message-ID: References: <20230513014628.39727-1-mushi.shar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230513014628.39727-1-mushi.shar@gmail.com> Sender: Russell King (Oracle) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 13, 2023 at 06:46:28AM +0500, SikkiLadho wrote: > This commit fixes error checking in by using IS_ERR inline function to > check for errors. > > Suggested-by: Ivan Orlov > Signed-off-by: SikkiLadho The modern wisdom for debugfs is not to check for any errors, so if we're going to touch this, that's the route that any patch should be taking. Thanks. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!