kernel: bump 5.4 to 5.4.80
[openwrt/openwrt.git] / target / linux / layerscape / patches-5.4 / 701-net-0076-fsl_qbman-usdpaa-change-to-debug-print-in-interrupt-.patch
1 From 9be590a85edd0298fb9ad21a26d849ccbadb7530 Mon Sep 17 00:00:00 2001
2 From: Nipun Gupta <nipun.gupta@nxp.com>
3 Date: Wed, 8 Aug 2018 13:04:18 +0530
4 Subject: [PATCH] fsl_qbman/usdpaa: change to debug print in interrupt handler
5
6 Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
7 ---
8 drivers/staging/fsl_qbman/fsl_usdpaa_irq.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/drivers/staging/fsl_qbman/fsl_usdpaa_irq.c
12 +++ b/drivers/staging/fsl_qbman/fsl_usdpaa_irq.c
13 @@ -102,7 +102,7 @@ static irqreturn_t usdpaa_irq_handler(in
14 /* Set the inhibit register. This will be reenabled
15 once the USDPAA code handles the IRQ */
16 out_be32(ctx->inhibit_addr, 0x1);
17 - pr_info("Inhibit at %p count %d", ctx->inhibit_addr, ctx->irq_count);
18 + pr_debug("Inhibit at %p count %d", ctx->inhibit_addr, ctx->irq_count);
19 return IRQ_HANDLED;
20 }
21