Hi
07.11.2017, 21:49, "Colin King" :
> From: Colin Ian King
>
> Variables search_bit and last_rn are assigned values before a while-loop
> however these initial values are never read (as they are overwritten
> inside the loop). Thus these initial assignments are redundant and can
> be removed. Cl
From: Colin Ian King
Variables search_bit and last_rn are assigned values before a while-loop
however these initial values are never read (as they are overwritten
inside the loop). Thus these initial assignments are redundant and can
be removed. Cleans up clang warnings:
drivers/w1/w1.c:967:2: w
2 matches
Mail list logo