linux/drivers/infiniband
Greg Kroah-Hartman 2e061c691c infiniband: ipoib: no need to check return value of debugfs_create functions
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.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-01-24 09:22:30 -07:00
..
core IB/umad: Do not check status of nonseekable_open() 2019-01-24 09:22:29 -07:00
hw infiniband: usnic: no need to check return value of debugfs_create functions 2019-01-24 09:22:30 -07:00
sw IB/rxe: Remove unnecessary rxe variable 2019-01-21 16:46:08 -07:00
ulp infiniband: ipoib: no need to check return value of debugfs_create functions 2019-01-24 09:22:30 -07:00
Kconfig IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbs 2019-01-10 17:06:44 -07:00
Makefile IB/rdmavt: Create module framework and handle driver registration 2016-03-10 20:37:04 -05:00