summaryrefslogtreecommitdiff
path: root/drivers/net/phy/qcom/qca807x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/phy/qcom/qca807x.c')
-rw-r--r--drivers/net/phy/qcom/qca807x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/qcom/qca807x.c b/drivers/net/phy/qcom/qca807x.c
index 04e84ebb646c..070dc8c00835 100644
--- a/drivers/net/phy/qcom/qca807x.c
+++ b/drivers/net/phy/qcom/qca807x.c
@@ -427,7 +427,7 @@ static int qca807x_gpio(struct phy_device *phydev)
gc->get_direction = qca807x_gpio_get_direction;
gc->direction_output = qca807x_gpio_dir_out;
gc->get = qca807x_gpio_get;
- gc->set_rv = qca807x_gpio_set;
+ gc->set = qca807x_gpio_set;
return devm_gpiochip_add_data(dev, gc, priv);
}