X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fatm%2Fsuni.c;h=41c56eae4c81622e3e22eae7b31a25d3d56dbe21;hb=9e0c20bceb611917a7546172ac617d07e5af0cfa;hp=da4b91ffa53e7aade73d36ed12819853ae2ffff6;hpb=60eab877a9581b479c6c7d7913ce8070a0ace960;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/atm/suni.c b/drivers/atm/suni.c index da4b91ffa53e..41c56eae4c81 100644 --- a/drivers/atm/suni.c +++ b/drivers/atm/suni.c @@ -291,8 +291,9 @@ static int suni_ioctl(struct atm_dev *dev,unsigned int cmd,void __user *arg) static void poll_los(struct atm_dev *dev) { - dev->signal = GET(RSOP_SIS) & SUNI_RSOP_SIS_LOSV ? ATM_PHY_SIG_LOST : - ATM_PHY_SIG_FOUND; + atm_dev_signal_change(dev, + GET(RSOP_SIS) & SUNI_RSOP_SIS_LOSV ? + ATM_PHY_SIG_LOST : ATM_PHY_SIG_FOUND); }