Skip to content
Commit 3ec94da9 authored by Kaixu Xia's avatar Kaixu Xia Committed by Jakub Kicinski
Browse files

net: atlantic: Remove unnecessary conversion to bool



The '!=' expression itself is bool, no need to convert it to bool.
Fix the following coccicheck warning:

./drivers/net/ethernet/aquantia/atlantic/aq_nic.c:1477:34-39: WARNING: conversion to bool not needed here

Reported-by: default avatarTosk Robot <tencent_os_robot@tencent.com>
Signed-off-by: default avatarKaixu Xia <kaixuxia@tencent.com>
Link: https://lore.kernel.org/r/1604797919-10157-1-git-send-email-kaixuxia@tencent.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 30e2379e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment