]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/remoteproc/remoteproc_debugfs.c
Merge tag 'linux-kselftest-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / remoteproc / remoteproc_debugfs.c
index 157a573096011a07d7e30cd40ce88166b9465c28..9d30809bb407174214e1be674b323b0dd88c0a8e 100644 (file)
@@ -248,6 +248,5 @@ void __init rproc_init_debugfs(void)
 
 void __exit rproc_exit_debugfs(void)
 {
-       if (rproc_dbg)
-               debugfs_remove(rproc_dbg);
+       debugfs_remove(rproc_dbg);
 }