From: Trent Piepho Date: Thu, 25 Sep 2008 23:45:13 +0000 (-0700) Subject: sysfs: Make dir and name args to sysfs_notify() const X-Git-Tag: v2.6.28-rc1~284^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c0e3998f5b71e68fe6b6e489a92e052715e563c;p=pandora-kernel.git sysfs: Make dir and name args to sysfs_notify() const 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 CC: Neil Brown Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed