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

Unverified Commit 1cd82436 authored by Mark Brown's avatar Mark Brown
Browse files

Merge branch 'regmap-4.21' into regmap-5.0

parents bfeffd15 74d4b4e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ static int regmap_irq_set_type(struct irq_data *data, unsigned int type)
	const struct regmap_irq_type *t = &irq_data->type;

	if ((t->types_supported & type) != type)
		return -ENOTSUPP;
		return 0;

	reg = t->type_reg_offset / map->reg_stride;