Commit 3aee086b authored by Tobias Klauser's avatar Tobias Klauser Committed by Dave Jones

[CPUFREQ] Remove duplicate check in powernow-k8

Remove a duplicate NULL pointer check introduced by commit
4211a303Signed-off-by: default avatarTobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 7b14dedd
...@@ -1106,9 +1106,6 @@ static unsigned int powernowk8_get (unsigned int cpu) ...@@ -1106,9 +1106,6 @@ static unsigned int powernowk8_get (unsigned int cpu)
data = powernow_data[first_cpu(cpu_core_map[cpu])]; data = powernow_data[first_cpu(cpu_core_map[cpu])];
if (!data)
return -EINVAL;
if (!data) if (!data)
return -EINVAL; return -EINVAL;
......
Markdown is supported
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