freebsd-dev/sys/powerpc/cpufreq
Justin Hibbits 9ffdae0fd7 powerpc: Fix cpufreq statement scoping
The second statements on the lines are not guarded by the `if' condition.
This triggers a warning with newer gcc.  It's relatively harmless given the
usage, but incorrect.  Instead, wrap the statements so they're properly
guarded.

Reported by:	powerpc64-gcc xtoolchain
MFC after:	1 week
2019-03-08 03:59:53 +00:00
..
dfs.c powerpc: Fix cpufreq statement scoping 2019-03-08 03:59:53 +00:00
mpc85xx_jog.c [ofw] fix errneous checks for OF_finddevice(9) return value 2018-03-20 00:03:49 +00:00
pcr.c powerpc: Fix cpufreq statement scoping 2019-03-08 03:59:53 +00:00
pmcr.c pmcr: Fix pstate setting on Power8 2018-12-01 21:37:47 +00:00
pmufreq.c