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:
d8bf254
)
sysfs: Make dir and name args to sysfs_notify() const
author
Trent Piepho
<tpiepho@freescale.com>
Thu, 25 Sep 2008 23:45:13 +0000
(16:45 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 16 Oct 2008 16:24:51 +0000
(09:24 -0700)
Because they can be, and because code like this produces a warning if
they're not:
struct device_attribute dev_attr;
sysfs_notify(&kobj, NULL, dev_attr.attr.name);
Signed-off-by: Trent Piepho <tpiepho@freescale.com>
CC: Neil Brown <neilb@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found