From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [patch] ext4 crypto: fix an error code in ext4_init_crypto() Date: Sat, 11 Apr 2015 07:55:44 -0400 Message-ID: <20150411115544.GB6540@thunk.org> References: <20150409090308.GB17605@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Michael Halcrow , Andreas Dilger , linux-ext4@vger.kernel.org, kernel-janitors@vger.kernel.org To: Dan Carpenter Return-path: Content-Disposition: inline In-Reply-To: <20150409090308.GB17605@mwanda> Sender: kernel-janitors-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On Thu, Apr 09, 2015 at 12:03:08PM +0300, Dan Carpenter wrote: > The callers don't care about the error so it doesn't make a difference, > but static checkers complain so let's return an error code here. > > Signed-off-by: Dan Carpenter Thanks for pointing this out! I will merge this with the next version of the ext4 crypto patches. - Ted