commit | daab3349ad1a69663ccad278ed71d55974d104b4 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu May 10 13:17:30 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 11 12:03:05 2018 -0400 |
tree | 22f316ea48ecc58fc63732f7de00e9cff6566d56 | |
parent | bb322a90383603aaf71ad882a7c5a48b39a02603 [diff] |
net: phy: phylink: Release link GPIO We are not releasing the link GPIO descriptor with gpiod_put() which results in subsequent probing to get -EBUSY when calling fwnode_get_named_gpiod(). Fix this by doing the release in phylink_destroy(). Fixes: 9525ae83959b ("phylink: add phylink infrastructure") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>