commit | e7b087fc6bb60234bb6d84d73b74c1e9cf03d5b7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Apr 11 16:27:14 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed May 16 07:24:30 2018 +0200 |
tree | d5c6db8b192ab84e84b1918cd2752d42c35d682e | |
parent | 3617d9496cd92dcca4d0893191d95554590d8d9f [diff] |
acpi/battery: simplify procfs code Use remove_proc_subtree to remove the whole subtree on cleanup, and unwind the registration loop into individual calls. Switch to use proc_create_seq where applicable. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>