Commits
Greg Kroah-Hartman committed 71cae9ad421
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>