Commit 1bd0aaa0 authored by Dave Jones's avatar Dave Jones

[CPUFREQ] Fix sparse NULL ptr warning.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 66162486
......@@ -221,7 +221,7 @@ static struct cpu_model models[] =
BANIAS(1500),
BANIAS(1600),
BANIAS(1700),
{ 0, }
{ NULL, }
};
#undef _BANIAS
#undef BANIAS
......
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