commit | 2c1946b6d6290c74c6ad8d0915590d64f33a034d | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Feb 04 11:48:51 2015 +0100 |
committer | Borislav Petkov <bp@suse.de> | Mon Feb 23 13:06:58 2015 +0100 |
tree | 7bee92adb802c5681d740f314f3e52ac95df7f09 | |
parent | 7260194595a23e6e762cd444cb40044fd5fa25c0 [diff] |
EDAC: Use static attribute groups for managing sysfs entries Instead of manual calls of device_create_file() and device_remove_file(), use static attribute groups with proper is_visible callbacks for managing the sysfs entries. This simplifies the code a lot and avoids the possible races. Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: http://lkml.kernel.org/r/1423046938-18111-2-git-send-email-tiwai@suse.de Signed-off-by: Borislav Petkov <bp@suse.de>