]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm: flatten function __find_linux_pte() step 3
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 26 Apr 2019 05:59:53 +0000 (05:59 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 May 2019 15:20:24 +0000 (01:20 +1000)
commit345be226781570aafcb2c5dd8bac05e416577fab
treeb7247218aacd9b407d9b14f3662501bc32213589
parente5b6f666c1aeb40b15456b7309147895fb2dc46c
powerpc/mm: flatten function __find_linux_pte() step 3

__find_linux_pte() is full of if/else which is hard to
follow allthough the handling is pretty simple.

Previous patches left a { } block. This patch removes it.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/pgtable.c