Home
last modified time | relevance | path

Searched hist:e7751180 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dfault.ce7751180 Tue Jan 22 09:17:55 CST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> infiniband: hfi1: 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>
H A Ddebugfs.ce7751180 Tue Jan 22 09:17:55 CST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> infiniband: hfi1: 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>