From 76ad75fc2a6005d1a037fd0c26fa0ceff370f1fb Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 18 Apr 2017 15:43:16 +0300 Subject: [PATCH] xpp: fxs: demote LED FXS6 messages to debug --- drivers/dahdi/xpp/card_fxs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/dahdi/xpp/card_fxs.c b/drivers/dahdi/xpp/card_fxs.c index 6cc6222..d7de50c 100644 --- a/drivers/dahdi/xpp/card_fxs.c +++ b/drivers/dahdi/xpp/card_fxs.c @@ -358,7 +358,8 @@ static int do_led(xpd_t *xpd, lineno_t chan, __u8 which, bool on) if (XPD_HW(xpd).type == 6) { int mask = 1 << chan; value = (on) << chan; - XPD_INFO(xpd, "LED(%d): 0x%0X (mask: 0x%0X)\n", chan, value, mask); + XPD_DBG(LEDS, xpd, "LED(%d): 0x%0X (mask: 0x%0X)\n", chan, + value, mask); if (which == LED_GREEN) { /* other leds ignored */ ret = EXP_REQUEST(xbus, xpd, SLIC_WRITE, REG_TYPE6_EXP_GPIOA, value, mask);