Skip to content
Commit 97cae848 authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

signal/sparc32: Remove unreachable do_exit in do_sparc_fault



The call to do_exit in do_sparc_fault immediately follows a call to
unhandled_fault.  The function unhandled_fault never returns.  This
means the call to do_exit can never be reached.

Cc: David Miller <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
Fixes: 2.3.41
Link: https://lkml.kernel.org/r/20211020174406.17889-4-ebiederm@xmission.com
Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
parent a52f60fa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment