Re: [PATCH] checkpatch: debugfs_remove() can take NULL

2012-11-17 Thread Joe Perches
On Sat, 2012-11-17 at 14:33 +0200, Constantine Shulyupin wrote: > From: Constantine Shulyupin > > debugfs_remove() can take a NULL, so let's check and warn about that. > > Signed-off-by: Constantine Shulyupin > --- > scripts/checkpatch.pl |8 > 1 file changed, 8 insertions(+) > >

[PATCH] checkpatch: debugfs_remove() can take NULL

2012-11-17 Thread Constantine Shulyupin
From: Constantine Shulyupin debugfs_remove() can take a NULL, so let's check and warn about that. Signed-off-by: Constantine Shulyupin --- scripts/checkpatch.pl |8 1 file changed, 8 insertions(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index f18750e..c062476 1