From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 3/4] arm: omap1: no need to check return value of debugfs_create functions Date: Tue, 22 Jan 2019 15:05:35 -0800 Message-ID: <20190122230535.GC5720@atomide.com> References: <20190122144114.9816-1-gregkh@linuxfoundation.org> <20190122144114.9816-4-gregkh@linuxfoundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190122144114.9816-4-gregkh@linuxfoundation.org> Sender: linux-kernel-owner@vger.kernel.org To: Greg Kroah-Hartman Cc: Catalin Marinas , Kevin Hilman , Russell King , Will Deacon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Paul Walmsley , Aaro Koskinen , linux-omap@vger.kernel.org List-Id: linux-omap@vger.kernel.org * Greg Kroah-Hartman [190122 14:41]: > When calling debugfs functions, there is no need to ever check the > return value. The function can work or not, but the code logic should > never do something different based on this. Acked-by: Tony Lindgren