diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-29 17:30:49 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-31 12:54:21 +0200 |
commit | 71cae9ad42168ab5ed21af5e068d45e712e5cc75 (patch) | |
tree | ac940468f546334375a4f34b1285735880038a89 /drivers/usb/mon | |
parent | USB: musb: clean up debugfs file and directory creation (diff) | |
download | linux-71cae9ad42168ab5ed21af5e068d45e712e5cc75.tar.xz linux-71cae9ad42168ab5ed21af5e068d45e712e5cc75.zip |
USB: mtu3: no need to check return value of debugfs_create_dir()
When calling debugfs functions, there is no need to ever check the
return value. The function can work or not, but the code logic should
never do something different based on this.
Cc: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/mon')
0 files changed, 0 insertions, 0 deletions