laforge submitted this change.

View Change


Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
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 <tnt@246tNt.com>
---
M drivers/dahdi/icE1usb/icE1usb.c
1 file changed, 14 insertions(+), 1 deletion(-)

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 change 36692. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: dahdi-linux
Gerrit-Branch: master
Gerrit-Change-Id: Ib0ef30f629d3e463871a0ee3ab6b0b94cb511804
Gerrit-Change-Number: 36692
Gerrit-PatchSet: 2
Gerrit-Owner: tnt <tnt@246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: tnt <tnt@246tNt.com>
Gerrit-MessageType: merged