]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
net: ethernet: ti: cpsw: use true,false for bool variables
authorJason Yan <yanaijie@huawei.com>
Sat, 19 Sep 2020 07:46:17 +0000 (15:46 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Sep 2020 21:23:14 +0000 (14:23 -0700)
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>
drivers/net/ethernet/ti/cpsw.c

index 9b425f184f3ccf913aae065eff8850188df1a279..9fd1f77190ad0d2e19128dfe826d14e207c08619 100644 (file)
@@ -1291,7 +1291,7 @@ static int cpsw_probe_dt(struct cpsw_platform_data *data,
        data->mac_control = prop;
 
        if (of_property_read_bool(node, "dual_emac"))
-               data->dual_emac = 1;
+               data->dual_emac = true;
 
        /*
         * Populate all the child nodes here...
@@ -1590,7 +1590,7 @@ static int cpsw_probe(struct platform_device *pdev)
 
        soc = soc_device_match(cpsw_soc_devices);
        if (soc)
-               cpsw->quirk_irq = 1;
+               cpsw->quirk_irq = true;
 
        data = &cpsw->data;
        cpsw->slaves = devm_kcalloc(dev,