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