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:
265d2e2
)
sysfs: Add sysfs_add/remove_files utility functions
author
Andi Kleen
<andi@firstfloor.org>
Tue, 5 Jan 2010 11:48:01 +0000
(12:48 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 8 Mar 2010 01:04:47 +0000
(17:04 -0800)
Adding/Removing a whole array of attributes is very common. Add a standard
utility function to do this with a simple function call, instead of
requiring drivers to open code this.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found