git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a7d95f
)
firmware: Avoid manual device_create_file() calls
author
Takashi Iwai
<tiwai@suse.de>
Wed, 4 Feb 2015 14:18:07 +0000
(15:18 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 25 Mar 2015 13:41:48 +0000
(14:41 +0100)
Use the static attribute groups assigned to the device instead of
manual device_create_file() & co calls. It simplifies the code and
can avoid possible races, too.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c
patch
|
blob
|
history
diff --cc
drivers/base/firmware_class.c
Simple merge