Re: [PATCH net-next] net: atheros: remove conversion to bool in atl1c_start_mac()

2020-05-05 Thread David Miller
From: Jason Yan Date: Tue, 5 May 2020 15:45:46 +0800 > No need to convert '==' expression to bool. This fixes the following > coccicheck warning: > > drivers/net/ethernet/atheros/atl1c/atl1c_main.c:1189:63-68: WARNING: > conversion to bool not needed here > > Signed-off-by: Jason Yan Applied.

[PATCH net-next] net: atheros: remove conversion to bool in atl1c_start_mac()

2020-05-05 Thread Jason Yan
No need to convert '==' expression to bool. This fixes the following coccicheck warning: drivers/net/ethernet/atheros/atl1c/atl1c_main.c:1189:63-68: WARNING: conversion to bool not needed here Signed-off-by: Jason Yan --- drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +- 1 file changed, 1