]> git.karo-electronics.de Git - karo-tx-linux.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)
commit3f214cff7c6e666c6f950cd802d4239778f0d37e
treed38c5158dd0b44976fc91629951685d737838a7c
parentf76d25275c314defb684fdd692239507001774bc
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