On Dec 20 2016 or thereabouts, Colin King wrote:
> From: Colin Ian King
>
> version is a u8, the check for version > 0 means that version can only
> be zero, so the subsequent check for version != 0 is never true and
> hence is redudant code and can be removed.
>
> Signed-off-by: Colin Ian King
From: Colin Ian King
version is a u8, the check for version > 0 means that version can only
be zero, so the subsequent check for version != 0 is never true and
hence is redudant code and can be removed.
Signed-off-by: Colin Ian King
---
drivers/input/rmi4/rmi_f34.c | 2 --
1 file changed, 2 de
2 matches
Mail list logo