Home
last modified time | relevance | path

Searched hist:"2 e061c691c3f46a4932a40f7bf440bacd011e1e2" (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.cdiff 2e061c691c3f46a4932a40f7bf440bacd011e1e2 Tue Jan 22 16:18:00 CET 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> 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>
H A Dipoib.hdiff 2e061c691c3f46a4932a40f7bf440bacd011e1e2 Tue Jan 22 16:18:00 CET 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> 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>
H A Dipoib_main.cdiff 2e061c691c3f46a4932a40f7bf440bacd011e1e2 Tue Jan 22 16:18:00 CET 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> 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>