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

Unverified Commit 7fdc9fc8 authored by Mark Brown's avatar Mark Brown
Browse files

Merge branch 'regmap-5.1' into regmap-linus

parents 085b7755 82934882
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -761,9 +761,6 @@ int regmap_add_irq_chip(struct regmap *map, int irq, int irq_flags,

	if (chip->num_type_reg && !chip->type_in_mask) {
		for (i = 0; i < chip->num_type_reg; ++i) {
			if (!d->type_buf_def[i])
				continue;

			reg = chip->type_base +
				(i * map->reg_stride * d->type_reg_stride);