remoteproc: debug: Remove unneeded NULL check
authorDing Xiang <dingxiang@cmss.chinamobile.com>
Tue, 24 Sep 2019 02:58:54 +0000 (10:58 +0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 5 Oct 2019 04:11:57 +0000 (21:11 -0700)
commit0ad82e3a2234dfa38ec835d1772e8c9af176d458
treec581abbb351ca6d439f110312b0256ef893b4fe1
parent006d72da28db06a0762b1f536458ac1a9a4ba8d1
remoteproc: debug: Remove unneeded NULL check

debugfs_remove_recursive will do NULL check, so remove
the redundant null check

Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_debugfs.c