USB: EHCI: unlink QHs even after the controller has stopped
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / bus / mvebu-mbus.c
index 725c461..372ae72 100644 (file)
@@ -222,12 +222,6 @@ static int mvebu_mbus_window_conflicts(struct mvebu_mbus_state *mbus,
                 */
                if ((u64)base < wend && end > wbase)
                        return 0;
-
-               /*
-                * Check if target/attribute conflicts
-                */
-               if (target == wtarget && attr == wattr)
-                       return 0;
        }
 
        return 1;