Skip to content

Commit

Permalink
iar: delete unnecessary logs
Browse files Browse the repository at this point in the history
Signed-off-by: yaqiang.li <[email protected]>
  • Loading branch information
yaqiang.li committed Dec 9, 2022
1 parent c134ecd commit f5f9bbe
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions drivers/soc/hobot/iar/hobot_iar.c
Original file line number Diff line number Diff line change
Expand Up @@ -2887,18 +2887,6 @@ static irqreturn_t hobot_iar_irq(int this_irq, void *data)
//TODO
regval = readl(g_iar_dev->regaddr + REG_IAR_DE_SRCPNDREG);
writel(regval, g_iar_dev->regaddr + REG_IAR_DE_SRCPNDREG);
if (regval & BIT(9)) {
pr_err("-------iar channel 1 empty !!-------\n");
}
if (regval & BIT(10)) {
pr_err("-------iar channel 2 empty !!-------\n");
}
if (regval & BIT(11)) {
pr_err("-------iar channel 3 empty !!-------\n");
}
if (regval & BIT(12)) {
pr_err("-------iar channel 4 empty !!-------\n");
}

if (regval & BIT(0)) {
atomic_inc(&g_iar_dev->frame_cnt);
Expand Down

0 comments on commit f5f9bbe

Please sign in to comment.