Skip to content

Commit 7fdc9fc

Browse files
committed
Merge branch 'regmap-5.1' into regmap-linus
2 parents 085b775 + 8293488 commit 7fdc9fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/base/regmap/regmap-irq.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -761,9 +761,6 @@ int regmap_add_irq_chip(struct regmap *map, int irq, int irq_flags,
761761

762762
if (chip->num_type_reg && !chip->type_in_mask) {
763763
for (i = 0; i < chip->num_type_reg; ++i) {
764-
if (!d->type_buf_def[i])
765-
continue;
766-
767764
reg = chip->type_base +
768765
(i * map->reg_stride * d->type_reg_stride);
769766

0 commit comments

Comments
 (0)