From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 1/5] sound: SoC: sof: no need to check return value of debugfs_create functions Date: Fri, 14 Jun 2019 17:28:00 +0200 Message-ID: <20190614152800.GC18049@kroah.com> References: <20190614094756.2965-1-gregkh@linuxfoundation.org> <20190614145933.GB5316@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 93192F80764 for ; Fri, 14 Jun 2019 17:28:04 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20190614145933.GB5316@sirena.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" To: Mark Brown Cc: alsa-devel@alsa-project.org, Takashi Iwai , Pierre-Louis Bossart , Liam Girdwood , Ranjani Sridharan List-Id: alsa-devel@alsa-project.org On Fri, Jun 14, 2019 at 03:59:33PM +0100, Mark Brown wrote: > On Fri, Jun 14, 2019 at 11:47:52AM +0200, Greg Kroah-Hartman wrote: > > 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. > > Please use subject lines matching the style for the subsystem. This > makes it easier for people to identify relevant patches. Sorry about that, tough to catch when doing 100+ different patches all across the kernel for this type of thing... greg k-h