commit | 5c43276499f912ae7aec06737a3c6e0f0f3ba74b | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 22 16:17:54 2019 +0100 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Thu Jan 24 09:22:29 2019 -0700 |
tree | ee82b16d4ed6cd8a5d4ce7e01ff1e3427efa6880 | |
parent | 8283d7872576784c49446532cc87143b145d537b [diff] |
infiniband: hfi1: drop crazy DEBUGFS_SEQ_FILE_CREATE() macro The macro was just making things harder to follow, and audit, so remove it and call debugfs_create_file() directly. Also, the macro did not need to warn about the call failing as no one should ever care about any debugfs functions failing. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>