Re: [PATCH 1/4] net-next: stmmac: Convert new_state to bool

From: David Miller
Date: Sun May 21 2017 - 13:28:33 EST


From: Corentin Labbe <clabbe.montjoie@xxxxxxxxx>
Date: Fri, 19 May 2017 09:03:32 +0200

> This patch convert new_state from int to bool since it store only 1 or 0
>
> Signed-off-by: Corentin Labbe <clabbe.montjoie@xxxxxxxxx>

You must also change it to use the values "true" and "false" as well.

Thanks.