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.
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