]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/mm: flatten function __find_linux_pte() step 2
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 26 Apr 2019 05:59:52 +0000 (05:59 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 May 2019 15:20:24 +0000 (01:20 +1000)
commite2fb2511888b3f7768835de0768c24d1e0d74590
treec2378049d19de0cd6601b7af153a4e9d9c01d121
parentfab9a1165bcda99682e3319d1c83980fd4e72365
powerpc/mm: flatten function __find_linux_pte() step 2

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

Previous patch left { } blocks. This patch removes the first one
by shifting its content to the left.

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