aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2022-12-15 17:55:15 +0100
committerViresh Kumar <[email protected]>2022-12-27 08:27:14 +0530
commit83749a2ee548f568ce2037749e19602fdc9f3ee3 (patch)
treeb20fd4ad896f087f92aa183ac069fab2ba8d75da /drivers/fpga/fpga-bridge.c
parent1b929c02afd37871d5afb9d498426f83432e71c2 (diff)
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 <[email protected]> Reviewed-by: Eric Curtin <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions