From: Dmitry Torokhov Date: Fri, 29 Apr 2005 06:22:00 +0000 (-0500) Subject: [PATCH] sysfs: if show/store is missing return -EIO X-Git-Tag: v2.6.13-rc1~68^2~583^2^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c76d0abd07a9c9cf72bbb5b641e1e97f92ea8f3e;p=pandora-kernel.git [PATCH] sysfs: if show/store is missing return -EIO sysfs: if attribute does not implement show or store method read/write should return -EIO instead of 0 or -EINVAL. Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed