From: Dmitry Torokhov Date: Fri, 29 Apr 2005 06:27:34 +0000 (-0500) Subject: [PATCH] sysfs: (rest) if show/store is missing return -EIO X-Git-Tag: v2.6.13-rc1~68^2~583^2^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f2817a43c89b784dc2ec3d06ba5bf3064f8235;p=pandora-kernel.git [PATCH] sysfs: (rest) if show/store is missing return -EIO sysfs: fix the rest of the kernel so if an attribute doesn't implement show or store method read/write will return -EIO instead of 0 or -EINVAL or -EPERM. Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed