diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-11-16 12:07:10 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-11-16 12:07:10 +0100 |
commit | 95486e4979e56e7da2fbb4fd32eb54d672b1e074 (patch) | |
tree | a5b0355e154171d125e7dc076c106c3b27075cd2 /arch/mips/ath79 | |
parent | Linux 4.4-rc1 (diff) | |
download | linux-95486e4979e56e7da2fbb4fd32eb54d672b1e074.tar.xz linux-95486e4979e56e7da2fbb4fd32eb54d672b1e074.zip |
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: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ath79')
0 files changed, 0 insertions, 0 deletions