staging: android: ion: Remove check of debug_file
authorYisheng Xie <xieyisheng1@huawei.com>
Thu, 22 Feb 2018 10:58:39 +0000 (18:58 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Feb 2018 13:53:05 +0000 (14:53 +0100)
commit6a1b0b33cb174ed17f35b2cb6e5b9ee15f25e580
tree05048e9bd20cd17161dea1e92e5b034cfccb6a8f
parent59142f808a5e8722e66ab1753532ed5d300a34dd
staging: android: ion: Remove check of debug_file

There's no need to check the return value of debug_file for it is just a
debugfs and we will go on the following process if we failed to create
debug_file. So 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