commit | dba5e4288d36630b961af89e9dde6eef750fe79d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Apr 11 18:16:54 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed May 16 07:24:30 2018 +0200 |
tree | c012f7e15e2a1b03aadf62b69d6ea546faf51851 | |
parent | 07a3b8ed48557fb9796943dac6333f527a6f5048 [diff] |
staging/rtl8192u: simplify procfs code Unwind the registration loop into individual calls. Switch to use proc_create_single where applicable. Also don't bother handling proc_create* failures - the driver works perfectly fine without the proc files, and the cleanup will handle missing files gracefully. Signed-off-by: Christoph Hellwig <hch@lst.de>