Merge "drivers: GICv3: remove the rtb logs of gic_poke_irq"

This commit is contained in:
Linux Build Service Account 2016-09-24 02:00:35 -07:00 committed by Gerrit - the friendly Code Review server
commit 20513d5e59

View file

@ -199,7 +199,7 @@ static void gic_poke_irq(struct irq_data *d, u32 offset)
rwp_wait = gic_dist_wait_for_rwp;
}
writel_relaxed(mask, base + offset + (gic_irq(d) / 32) * 4);
writel_relaxed_no_log(mask, base + offset + (gic_irq(d) / 32) * 4);
rwp_wait();
}