powerpc: fix -Wimplicit-fallthrough
[linux-2.6-block.git] / arch / powerpc / kernel / uprobes.c
index d200e7df71678926e3b5eb4df33e23cac61ac5da..e8a63713e65542a02d834197e1b5a302e7da07fe 100644 (file)
@@ -141,6 +141,7 @@ int arch_uprobe_exception_notify(struct notifier_block *self,
        case DIE_SSTEP:
                if (uprobe_post_sstep_notifier(regs))
                        return NOTIFY_STOP;
+               break;
        default:
                break;
        }