]> git.baikalelectronics.ru Git - kernel.git/commit
blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changes
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 16 Jul 2017 11:57:28 +0000 (13:57 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Jul 2017 16:24:06 +0000 (09:24 -0700)
commit6bfcbc2fe740693dc18a79596e89dbc04af99e41
treeb3683fecc85efc1159d3d5410a8768c3a81a0e80
parent2861033ee828ca5ff0ab5e5d97b3cd23d7edcf2c
blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changes

Several variables had their types changed from unsigned long to u32, but
the arch-specific implementations of flat_set_persistent() weren't
updated, leading to compiler warnings on blackfin and m68k:

    fs/binfmt_flat.c: In function ‘load_flat_file’:
    fs/binfmt_flat.c:799: warning: passing argument 2 of ‘flat_set_persistent’ from incompatible pointer type

Fixes: 5f3863fe0254ad06 ("binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/blackfin/include/asm/flat.h
arch/m68k/include/asm/flat.h