diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-05 19:26:34 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-06 14:28:42 +0100 |
commit | 3407d826c18d9aed3c51545cc26ff9a2fda65463 (patch) | |
tree | 7b8268e8210cb819176e29a71919992ce29a421b /drivers/base | |
parent | ab6d0f57be58c075bd249a97c81c3557b5e3e7cf (diff) | |
download | lwn-3407d826c18d9aed3c51545cc26ff9a2fda65463.tar.gz lwn-3407d826c18d9aed3c51545cc26ff9a2fda65463.zip |
firmware: edd: remove empty default_attrs array
The default_attrs array of attributes for the edd sysfs entries is
totally empty for some reason, and a list of attributes is added later
after the object is created (which should be fixed up later as it's
racy). Because this pointer is never used, and is empty, and we are
trying to remove all default_attrs usages, just delete it.
Link: https://lore.kernel.org/r/20220105182634.2802684-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions