This code isn't reachable anymore after f073cc8f39 "x86, UV: Clean up uv_tlb.c" because we will always hit a continue statement. This causes a Smatch message: arch/x86/platform/uv/tlb_uv.c:1531 parse_tunables_write() info: ignoring unreachable code. Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> --- I have cleaned up the commit message. This was originally sent on Sun, 7 Aug 2011. diff --git a/arch/x86/platform/uv/tlb_uv.c b/arch/x86/platform/uv/tlb_uv.c index 59880af..d625792 100644 --- a/arch/x86/platform/uv/tlb_uv.c +++ b/arch/x86/platform/uv/tlb_uv.c @@ -1528,8 +1528,6 @@ static int parse_tunables_write(struct bau_control *bcp, char *instr, *tunables[cnt].tunp = val; continue; } - if (q == p) - break; } return 0; } -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html