Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203439
b: refs/heads/master
c: e0b901a
h: refs/heads/master
i:
  203437: b632355
  203435: 50b5b3b
  203431: b972751
  203423: bcfc0fd
v: v3
  • Loading branch information
Karl Hiramoto authored and David S. Miller committed Jul 9, 2010
1 parent 6304b21 commit d808295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49d49106fc6cbb48c832aa58e3e6cee8b49d5e8f
refs/heads/master: e0b901a9532bdbbe56f37e61bdcc96ee05ab94b7
5 changes: 3 additions & 2 deletions trunk/drivers/atm/suni.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}


Expand Down

0 comments on commit d808295

Please sign in to comment.