From: Dmitry Torokhov Date: Fri, 29 Apr 2005 06:26:27 +0000 (-0500) Subject: [PATCH] sysfs: (driver/pci) if show/store is missing return -EIO X-Git-Tag: v2.6.13-rc4~130^2~203^2^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc7e4828995d8c9e4c9597f8a19179e4ab53f73e;p=pandora-kernel.git [PATCH] sysfs: (driver/pci) if show/store is missing return -EIO sysfs: fix drivers/pci so if an attribute does not 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