]> asedeno.scripts.mit.edu Git - linux.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)
commit26e66b08c3376b6fb4ad4508d48a4e74d61f0b9b
treeb7247218aacd9b407d9b14f3662501bc32213589
parente2fb2511888b3f7768835de0768c24d1e0d74590
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