Skip to content
Commit 95486e49 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Fix flood of warnings about comparsion being always true.



./arch/mips/include/asm/page.h:204:13: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]

The default value of ARCH_PFN_OFFSET is 0 thus triggering this warning
for all platforms using the default value.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 8005c49d
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