Re: [PATCH] m68k: mm: Use PAGE_ALIGNED() helper

2020-09-07 Thread Geert Uytterhoeven
On Wed, Aug 26, 2020 at 3:01 PM Geert Uytterhoeven wrote: > Use the existing PAGE_ALIGNED() helper instead of open-coding the same > operation. > > Signed-off-by: Geert Uytterhoeven Thanks, queueing in the m68k for-v5.10 branch. Gr{oetje,eeting}s, Geert -- Geert Uytte

[PATCH] m68k: mm: Use PAGE_ALIGNED() helper

2020-08-26 Thread Geert Uytterhoeven
Use the existing PAGE_ALIGNED() helper instead of open-coding the same operation. Signed-off-by: Geert Uytterhoeven --- arch/m68k/mm/motorola.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/m68k/mm/motorola.c b/arch/m68k/mm/motorola.c index 2bb006bdc31cd644..a9bdde