| commit | 4e318d7c6c9dd5cdae48bcf61558bbc0c09b12ac | [log] [tgz] |
|---|---|---|
| author | Andi Kleen <andi@firstfloor.org> | Mon Oct 13 12:03:03 2008 +0200 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Oct 29 15:03:49 2008 -0700 |
| tree | 07d2c2b0e559cb121292eea21f1e63245deaa8c5 | |
| parent | 65151365ad59af00e229d0fe33b4f1f9350c685f [diff] |
sysfs: Fix return values for sysdev_store_{ulong,int}
SYSFS: Fix return values for sysdev_store_{ulong,int}
Always return the full size instead of the consumed
length of the string in sysdev_store_{ulong,int}
This avoids EINVAL errors in some echo versions.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>