Commit 58a7295b authored by Tobias Klauser's avatar Tobias Klauser Committed by Dave Jones
Browse files

[CPUFREQ] Fix sysfs_create_file return value handling

Commit 0a4b2ccc

 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: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent ea487615
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment