From: Américo Wang Date: Fri, 13 Mar 2009 07:56:58 +0000 (+0800) Subject: x86: ptrace, bts: fix an unreachable statement X-Git-Tag: v2.6.30-rc1~211^2~21^2~1^8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a8ac9d28dae5330c70562c7d7785f5104059c17;p=pandora-kernel.git 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 Cc: Roland McGrath Cc: Markus Metzger LKML-Reference: <20090313075622.GB8933@hack> Cc: # .29 only Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed