Re: [PATCH u-boot-marvell 11/19] net: mvneta: Use bool instead of int for boolean variable

2022-05-02 Thread Stefan Roese
On 27.04.22 12:41, Marek Behún wrote: From: Marek Behún Use the bool type instead of int for status_change variable. Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan --- drivers/net/mvneta.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH u-boot-marvell 11/19] net: mvneta: Use bool instead of int for boolean variable

2022-04-30 Thread Ramon Fried
On Wed, Apr 27, 2022 at 1:42 PM Marek Behún wrote: > > From: Marek Behún > > Use the bool type instead of int for status_change variable. > > Signed-off-by: Marek Behún > --- > drivers/net/mvneta.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

[PATCH u-boot-marvell 11/19] net: mvneta: Use bool instead of int for boolean variable

2022-04-27 Thread Marek Behún
From: Marek Behún Use the bool type instead of int for status_change variable. Signed-off-by: Marek Behún --- drivers/net/mvneta.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/mvneta.c b/drivers/net/mvneta.c index 66d5e10174..7d582c1206 100644 ---