author: Colin Ian King <colin.king@canonical.com> 2017-11-27 13:47:22 +0000
committer: David S. Miller <davem@davemloft.net> 2017-11-28 16:03:09 -0500
commit: 0195a21079c077abfb475a56830b06b37424982a
parent: 6c9065427072b4e726a2c17f9aa2448d87a92097
Commit Summary:
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/atm/suni.c b/drivers/atm/suni.c
index b8825f2d79e0..4b044710a8cf 100644
--- a/drivers/atm/suni.c
+++ b/drivers/atm/suni.c
@@ -177,7 +177,7 @@ static int set_loopback(struct atm_dev *dev,int mode)
default:
return -EINVAL;
}
- dev->ops->phy_put(dev, control, reg);
+ dev->ops->phy_put(dev, control, reg);
PRIV(dev)->loop_mode = mode;
return 0;
}