From: Aneesh Kumar K.V Date: Wed, 3 Jul 2013 08:20:03 +0000 (+0530) Subject: powerpc/mm: Fix fallthrough bug in hpte_decode X-Git-Tag: v3.11-rc3~18^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83383b73ad5fbf52ea4b77aed900a927875f2529;p=pandora-kernel.git powerpc/mm: Fix fallthrough bug in hpte_decode We should not fallthrough different case statements in hpte_decode. Add break statement to break out of the switch. The regression is introduced by dcda287a9b26309ae43a091d0ecde16f8f61b4c0 "powerpc/mm: Simplify hpte_decode" Reported-by: Paul Mackerras Signed-off-by: Aneesh Kumar K.V Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed