From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 1 Dec 2012 21:19:35 +0800 References: <1354147411-13493-1-git-send-email-ordex@autistici.org> In-Reply-To: <1354147411-13493-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201212012119.35694.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: remove useless NULL check Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org On Thursday, November 29, 2012 08:03:31 Antonio Quartulli wrote: > debugfs_remove_recursive() checks whether its argument is not null > on its own, therefore it is possible to remove the external check. > > Signed-off-by: Antonio Quartulli > --- > debugfs.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) Applied in revision 25d7e06. Thanks, Marek