atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
[cascardo/linux.git] / drivers / atm / suni.c
index da4b91f..41c56ea 100644 (file)
@@ -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);
 }