staging: android: ion: Remove check of idev->debug_root
authorYisheng Xie <xieyisheng1@huawei.com>
Thu, 22 Feb 2018 10:58:40 +0000 (18:58 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Feb 2018 13:53:05 +0000 (14:53 +0100)
commit81286d3e31b71c94207c6ccd0c486fdb2f93eda2
tree7ee21ecb98cc3575336695176676e38ef851d3a5
parent6a1b0b33cb174ed17f35b2cb6e5b9ee15f25e580
staging: android: ion: Remove check of idev->debug_root

We will go on initial idev if failed to create debug_root, and it does
not matter to check the return value of this debugfs call, just remove it.

Signed-off-by: Yisheng Xie <xieyisheng1@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.c