| commit | fc7e4828995d8c9e4c9597f8a19179e4ab53f73e | [log] [tgz] |
|---|---|---|
| author | Dmitry Torokhov <dtor_core@ameritech.net> | Fri Apr 29 01:26:27 2005 -0500 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 20 15:15:02 2005 -0700 |
| tree | 0ca83b71052eb241acc64d0152bff21188944b9c | |
| parent | 4a0c20bf8c0fe2116f8fd7d3da6122bf8a01f026 [diff] |
[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 <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>