diff options
| author | Venkatesh Yadav Abbarapu <[email protected]> | 2022-10-04 11:04:54 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2022-10-07 11:29:48 +0200 |
| commit | c9e28930e3d091b9ca51946abd7d395a34792ad8 (patch) | |
| tree | 22088de2fe0a3e2337e0fb8656d9ba528646bca4 /scripts/basic | |
| parent | 5ccf97aeb003c0044ed8ae013cbb83754c2c3a15 (diff) | |
arm64: zynqmp: Fix compiler warnings in mp.c
make W=1 generates the following warning in cpu_disable, cpu_status and
cpu_release functions.
arch/arm/mach-zynqmp/mp.c:166:16: warning: comparison of unsigned expression
in '>= 0' is always true [-Wtype-limits]
166 | if (nr >= ZYNQMP_CORE_APU0 && nr <= ZYNQMP_CORE_APU3) {
| ^~
Signed-off-by: Venkatesh Yadav Abbarapu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
