]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/powerpc: Replace _ALIGN_UP() by ALIGN()
authorChristophe Leroy <christophe.leroy@c-s.fr>
Mon, 20 Apr 2020 18:36:34 +0000 (18:36 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 11 May 2020 13:15:15 +0000 (23:15 +1000)
commit527998d88c3670bb11972f322562cb11fb581e48
tree4dbf2918fa8357dd23c01d7adde57ce334f1432b
parent9b00b1117fb06a61500ae444d1c182a843b39a50
drivers/powerpc: Replace _ALIGN_UP() by ALIGN()

_ALIGN_UP() is specific to powerpc
ALIGN() is generic and does the same

Replace _ALIGN_UP() by ALIGN()

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/a5945463f86c984151962a475a3ee56a2893e85d.1587407777.git.christophe.leroy@c-s.fr
drivers/ps3/ps3-lpm.c
drivers/vfio/pci/vfio_pci_nvlink2.c
drivers/video/fbdev/ps3fb.c
sound/ppc/snd_ps3.c