···436436 if (ret)437437 goto out;438438439439+ /* Silently exit if the vLPI is already mapped */440440+ if (irq->hw)441441+ goto out;442442+439443 /*440444 * Emit the mapping request. If it fails, the ITS probably441445 * isn't v4 compatible, so let's silently bail out. Holding