Searched hist:ac97a359b72d340e1c04083451b1c6d2f41eb317 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/ti/ |
H A D | cpsw.c | diff ac97a359b72d340e1c04083451b1c6d2f41eb317 Tue Apr 30 03:55:24 CEST 2019 YueHaibing <yuehaibing@huawei.com> net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe()
Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe, The proper pointer to use is clk instead of mode.
This issue was detected with the help of Coccinelle.
Fixes: 83a8471ba255 ("net: ethernet: ti: cpsw: refactor probe to group common hw initialization") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
|