From: Tobias Klauser Date: Wed, 13 Jun 2007 22:28:15 +0000 (+0200) Subject: [CPUFREQ] Fix sysfs_create_file return value handling X-Git-Tag: v2.6.23-rc1~1103^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a7295bc8073b9e668c329cb9ceb5b668c2b15d;p=pandora-kernel.git [CPUFREQ] Fix sysfs_create_file return value handling Commit 0a4b2ccc555fa2ca6873d60219047104e4805d45 in cpufreq.git eliminates the build warnings but does not pass on the error code of sysfs_create_file to the function calling cpufreq_add_dev. Instead some previous value of ret would be returned. Signed-off-by: Tobias Klauser Signed-off-by: Dave Jones --- Reading git-diff-tree failed