From: Andi Kleen Date: Mon, 13 Oct 2008 10:03:03 +0000 (+0200) Subject: sysfs: Fix return values for sysdev_store_{ulong,int} X-Git-Tag: v2.6.28-rc3~45^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e318d7c6c9dd5cdae48bcf61558bbc0c09b12ac;p=pandora-kernel.git 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 Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed