ntb: ntb_pingpong: no need to check the return value of debugfs calls
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2019 13:19:19 +0000 (15:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Oct 2019 13:07:22 +0000 (06:07 -0700)
commitbe5767341ce56a6a7adf9df3fd07cf8a0611a5d0
tree5e5258349f28caf0b9467fb1e315489e1bcf13d0
parent8e5802635f0f9f7329ec8ffdec15479946c99fb1
ntb: ntb_pingpong: no need to check the return value of debugfs calls

There is no need to check the return value of debugfs_create_atomic_t as
nothing happens with the error.  Also, the code will never return NULL,
so this check has never caught anything :)

Fix this by removing the check entirely.

Cc: Jon Mason <jdmason@kudzu.us>
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: Allen Hubbe <allenbh@gmail.com>
Cc: linux-ntb@googlegroups.com
Cc: linux-kernel@vger.kernel.org
Link: https://lore.kernel.org/r/20191011131919.GA1174815@kroah.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ntb/test/ntb_pingpong.c