From d808295b90563670cca0f7fb4a0ecffbcc7c1ae3 Mon Sep 17 00:00:00 2001 From: Karl Hiramoto Date: Thu, 8 Jul 2010 20:55:35 +0000 Subject: [PATCH] --- yaml --- r: 203439 b: refs/heads/master c: e0b901a9532bdbbe56f37e61bdcc96ee05ab94b7 h: refs/heads/master i: 203437: b63235520627839835866fa9527fa39624cafd8a 203435: 50b5b3be24e5a6a617c764123552857de902f568 203431: b972751e20030716deb99510123ce3e461ebf291 203423: bcfc0fd0627a8f6afe4573d294ddc6ed1f583077 v: v3 --- [refs] | 2 +- trunk/drivers/atm/suni.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index eb6ff91deb7a..97ea08ac26e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 49d49106fc6cbb48c832aa58e3e6cee8b49d5e8f +refs/heads/master: e0b901a9532bdbbe56f37e61bdcc96ee05ab94b7 diff --git a/trunk/drivers/atm/suni.c b/trunk/drivers/atm/suni.c index da4b91ffa53e..41c56eae4c81 100644 --- a/trunk/drivers/atm/suni.c +++ b/trunk/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); }