Searched hist:"58 a7295bc8073b9e668c329cb9ceb5b668c2b15d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/cpufreq/ |
H A D | cpufreq.c | diff 58a7295bc8073b9e668c329cb9ceb5b668c2b15d Wed Jun 13 17:28:15 CDT 2007 Tobias Klauser <tklauser@distanz.ch> [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 <tklauser@distanz.ch> Signed-off-by: Dave Jones <davej@redhat.com>
|