diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-12-15 17:55:15 +0100 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2022-12-27 03:57:14 +0100 |
commit | 83749a2ee548f568ce2037749e19602fdc9f3ee3 (patch) | |
tree | b20fd4ad896f087f92aa183ac069fab2ba8d75da /block | |
parent | Linux 6.2-rc1 (diff) | |
download | linux-83749a2ee548f568ce2037749e19602fdc9f3ee3.tar.xz linux-83749a2ee548f568ce2037749e19602fdc9f3ee3.zip |
cpufreq: apple: remove duplicate intializer
When -Woverride-init is enabled, gcc notices that the .attr
field is initialized twice:
drivers/cpufreq/apple-soc-cpufreq.c:331:27: error: initialized field overwritten [-Werror=override-init]
331 | .attr = apple_soc_cpufreq_hw_attr,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
Remove the first one, since this is not actually used.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Eric Curtin <ecurtin@redhat.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions