commit | c95576a34cf797f8ad34032a28b93bb7314a636d | [log] [tgz] |
---|---|---|
author | Jason Yan <yanaijie@huawei.com> | Mon Apr 20 20:35:06 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 21 15:45:32 2020 -0700 |
tree | 5e8ea2f19ed342ba1d1862d116079a98a82c6a3c | |
parent | 7ff4f0631faa45d90775b2468a8d5ef580c7d359 [diff] |
e1000: remove unneeded conversion to bool The '==' expression itself is bool, no need to convert it to bool again. This fixes the following coccicheck warning: drivers/net/ethernet/intel/e1000/e1000_main.c:1479:44-49: WARNING: conversion to bool not needed here Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>