Skip to content

Commit

Permalink
parisc: Mark expected switch fall-throughs in fault.c
Browse files Browse the repository at this point in the history
Fix a fall-through warning in fault.c.

Fixes: a035d55 ("Makefile: Globally enable fall-through warning")
Signed-off-by: Helge Deller <[email protected]>
  • Loading branch information
hdeller committed Jul 31, 2019
1 parent 4010b62 commit 12d1402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/parisc/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ parisc_acctyp(unsigned long code, unsigned int inst)
case 0x30000000: /* coproc2 */
if (bit22set(inst))
return VM_WRITE;
/* fall through */

case 0x0: /* indexed/memory management */
if (bit22set(inst)) {
Expand Down

0 comments on commit 12d1402

Please sign in to comment.