Index: /trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
===================================================================
--- /trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp	(revision 87817)
+++ /trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp	(revision 87818)
@@ -4516,9 +4516,5 @@
     {
 #ifdef IOMMU_WITH_IRTE_CACHE
-        int rc2 = iommuAmdDteCacheAdd(pDevIns, uDevId, &Dte, 0 /* fFlags */);
-        if (RT_FAILURE(rc2))
-        {
-            LogRelMax(10, ("%s: IOMMU DTE cache is full.\n", IOMMU_LOG_PFX));
-        }
+        iommuAmdDteCacheAdd(pDevIns, uDevId, &Dte, 0 /* fFlags */);
 #endif
         /* If the DTE is not valid, all interrupts are forwarded without remapping. */
