tnt has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/dahdi-linux/+/36692?usp=email )


Change subject: icE1usb: Fix "typo" in ALL_RY_ALARMS
......................................................................

icE1usb: Fix "typo" in ALL_RY_ALARMS

Obviously it's the DADHDI constant that should be used, not the
ICE1USB one ...

Change-Id: Ib0ef30f629d3e463871a0ee3ab6b0b94cb511804
Signed-off-by: Sylvain Munaut <[email protected]>
---
M drivers/dahdi/icE1usb/icE1usb.c
1 file changed, 14 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/dahdi-linux refs/changes/92/36692/1

diff --git a/drivers/dahdi/icE1usb/icE1usb.c b/drivers/dahdi/icE1usb/icE1usb.c
index 06ec443..1656b3a 100644
--- a/drivers/dahdi/icE1usb/icE1usb.c
+++ b/drivers/dahdi/icE1usb/icE1usb.c
@@ -592,7 +592,7 @@
 }

 #define ALL_RY_ALARMS (DAHDI_ALARM_RED | DAHDI_ALARM_YELLOW | \
-                      DAHDI_ALARM_LFA | DAHDI_ALARM_LMFA | ICE1USB_ERR_F_LOS)
+                      DAHDI_ALARM_LFA | DAHDI_ALARM_LMFA | DAHDI_ALARM_LOS)

 /* interrupt EP completes: Process and resubmit */
 static void ice1usb_irq_complete(struct urb *urb)

--
To view, visit https://gerrit.osmocom.org/c/dahdi-linux/+/36692?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: dahdi-linux
Gerrit-Branch: master
Gerrit-Change-Id: Ib0ef30f629d3e463871a0ee3ab6b0b94cb511804
Gerrit-Change-Number: 36692
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <[email protected]>
Gerrit-MessageType: newchange

Reply via email to