Skip to content

Commit

Permalink
irqchip/gic-v3-its: Remove superfluous WARN_ON
Browse files Browse the repository at this point in the history
"ITS virtual pending table not cleaning" is already complained inside
its_clear_vpend_valid(), there's no need to trigger a WARN_ON again.

Signed-off-by: Zenghui Yu <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
Zenghui Yu authored and Marc Zyngier committed Feb 8, 2020
1 parent 4bccf1d commit b463532
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/irqchip/irq-gic-v3-its.c
Original file line number Diff line number Diff line change
Expand Up @@ -2857,7 +2857,6 @@ static void its_cpu_init_lpis(void)
* corrupting memory.
*/
val = its_clear_vpend_valid(vlpi_base, 0, 0);
WARN_ON(val & GICR_VPENDBASER_Dirty);
}

if (allocate_vpe_l1_table()) {
Expand Down

0 comments on commit b463532

Please sign in to comment.