commit | f592e0b9895cd6f04ba2771a3903317dd7c1ba31 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Sat Sep 15 01:33:38 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 17 08:06:19 2018 -0700 |
tree | 93bc3da6307e42edc159a93b5e8455a8ccbfa85b | |
parent | f5de8bfef85b5caca444bf522411d9c8f9335e55 [diff] |
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>