]> www.infradead.org Git - users/jedix/linux-maple.git/commit
regmap: get rid of redundant debugfs_file_{get,put}()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 2 Jul 2025 21:16:02 +0000 (22:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2025 11:30:28 +0000 (13:30 +0200)
commit8009fb751d2c355b4fb83ca158c6b75590d3a3c1
tree296b4a25f91e932541d742450866681a07b769dd
parent2b4b80cfcf25e613148a2cd6b273b200b0064b40
regmap: get rid of redundant debugfs_file_{get,put}()

pointless in ->read()/->write() of file_operations used only via
debugfs_create_file()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Link: https://lore.kernel.org/r/20250702211602.GC3406663@ZenIV
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/regmap/regmap-debugfs.c