Skip to content
Commit 382d2ffe authored by Guanrui Huang's avatar Guanrui Huang Committed by Thomas Gleixner
Browse files

irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_alloc



This BUG_ON() is useless, because the same effect will be obtained 
by letting the code run its course and vm being dereferenced,
triggering an exception.

So just remove this check.

Signed-off-by: default avatarGuanrui Huang <guanrui.huang@linux.alibaba.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarZenghui Yu <yuzenghui@huawei.com>
Acked-by: default avatarMarc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20240418061053.96803-3-guanrui.huang@linux.alibaba.com
parent 6f28c4a8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment