]> Pileus Git - ~andy/linux/commit
Staging: slicoss: Removal of if check since debugfs_remove(NULL) is safe
authorRashika Kheria <rashika.kheria@gmail.com>
Sat, 19 Oct 2013 07:43:36 +0000 (13:13 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Oct 2013 21:45:08 +0000 (14:45 -0700)
commit0217a889ed62846e61fc0e1ce1300204a04817cb
tree821acf5d36be64df70587ddbba1bc2c08bb9f526
parentf32eca7d6f962a9d8e998dc28a96665a9a7deb78
Staging: slicoss: Removal of if check since debugfs_remove(NULL) is safe

This patch fixes the following checkpatch.pl warning in slicoss.c:
WARNING: debugfs_remove(NULL) is safe this check is probably not
required

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slicoss.c