x86: ptrace, bts: fix an unreachable statement
authorAmérico Wang <xiyou.wangcong@gmail.com>
Fri, 13 Mar 2009 07:56:58 +0000 (15:56 +0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 13 Mar 2009 09:27:57 +0000 (10:27 +0100)
commit5a8ac9d28dae5330c70562c7d7785f5104059c17
tree08c21d304707df6426d88fdb1cdc0076be8bc481
parenta98fe7f3425c6b4e90de16f8da63b0429a8fed08
x86: ptrace, bts: fix an unreachable statement

Commit c2724775ce57c98b8af9694857b941dc61056516 put a statement
after return, which makes that statement unreachable.

Move that statement before return.

Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Cc: Roland McGrath <roland@redhat.com>
Cc: Markus Metzger <markus.t.metzger@intel.com>
LKML-Reference: <20090313075622.GB8933@hack>
Cc: <stable@kernel.org> # .29 only
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/ptrace.c