]> git.baikalelectronics.ru Git - kernel.git/commit
driver core: firmware_class: convert to use class_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Nov 2016 15:42:30 +0000 (16:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Nov 2016 20:12:12 +0000 (21:12 +0100)
commit759103ffae250575bf74eb81d3694a832537b04f
treed38c5158dd0b44976fc91629951685d737838a7c
parentc89477d5ea4b6d1c278c0191bd98e505c7f24cb4
driver core: firmware_class: convert to use class_groups

Convert the firmware core to use class_groups instead of class_attrs as
that's the correct way to handle lists of class attribute files.

Cc: Ming Lei <ming.lei@canonical.com>
Acked-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c