From: Corentin Labbe <clabbe.montj...@gmail.com> 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.montj...@gmail.com> You must also change it to use the values "true" and "false" as well. Thanks.