commit | a78766d9375bcf1460450047c7565f1c9cd42614 | [log] [tgz] |
---|---|---|
author | Jason Yan <yanaijie@huawei.com> | Sat Sep 19 15:46:17 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 19 14:23:14 2020 -0700 |
tree | 8edea06c48f32030932eb46a65fb4c855a7084f2 | |
parent | 65dc8e12f158e24eee79a754751f56e603eaa5f2 [diff] |
net: ethernet: ti: cpsw: use true,false for bool variables This addresses the following coccinelle warning: drivers/net/ethernet/ti/cpsw.c:1599:2-17: WARNING: Assignment of 0/1 to bool variable drivers/net/ethernet/ti/cpsw.c:1300:2-17: WARNING: Assignment of 0/1 to bool variable Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>