]> asedeno.scripts.mit.edu Git - linux.git/commit
net: dsa: gswip: Fix copy-paste error in gswip_gphy_fw_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 15 Sep 2018 01:33:38 +0000 (01:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Sep 2018 15:06:19 +0000 (08:06 -0700)
commitf592e0b9895cd6f04ba2771a3903317dd7c1ba31
tree93bc3da6307e42edc159a93b5e8455a8ccbfa85b
parentf5de8bfef85b5caca444bf522411d9c8f9335e55
net: dsa: gswip: Fix copy-paste error in gswip_gphy_fw_probe()

The return value from of_reset_control_array_get_exclusive() is not
checked correctly. The test is done against a wrong variable. This
patch fix it.

Fixes: 14fceff4771e ("net: dsa: Add Lantiq / Intel DSA driver for vrx200")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/lantiq_gswip.c