Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99d58ed3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "irq-chip: gic-v3: remove print message in irq driver"

parents e24bca7a 3a247133
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -588,9 +588,6 @@ static int gic_populate_rdist(void)
				u64 offset = ptr - gic_data.redist_regions[i].redist_base;
				gic_data_rdist_rd_base() = ptr;
				gic_data_rdist()->phys_base = gic_data.redist_regions[i].phys_base + offset;
				pr_info("CPU%d: found redistributor %lx region %d:%pa\n",
					smp_processor_id(), mpidr, i,
					&gic_data_rdist()->phys_base);
				return 0;
			}