From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH 1/1] virtio: console: remove unnecessary null test before debugfs_remove_recursive Date: Wed, 09 Jul 2014 09:53:50 +0930 Message-ID: <871ttv752h.fsf@rustcorp.com.au> References: <1404031293-5678-1-git-send-email-fabf@skynet.be> <20140630064603.GA27557@grmbl.mre> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140630064603.GA27557@grmbl.mre> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Amit Shah , Fabian Frederick Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , virtualization@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org Amit Shah writes: > On (Sun) 29 Jun 2014 [10:41:33], Fabian Frederick wrote: >> Fix checkpatch warning: >> WARNING: debugfs_remove_recursive(NULL) is safe this check is probably not required >> >> Cc: Amit Shah >> Cc: Arnd Bergmann >> Cc: virtualization@lists.linux-foundation.org >> Signed-off-by: Fabian Frederick > > Reviewed-by: Amit Shah > > Rusty, can you pick this up please? Applied. Thanks, Rusty.