Skip to content

Commit 09d3591

Browse files
committed
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fix from Wolfram Sang: "An important bugfix for the I2C subsystem core" * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: Revert "i2c: core: Dispose OF IRQ mapping at client removal time"
2 parents 91e9134 + a494457 commit 09d3591

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/i2c/i2c-core.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -679,9 +679,6 @@ static int i2c_device_remove(struct device *dev)
679679
status = driver->remove(client);
680680
}
681681

682-
if (dev->of_node)
683-
irq_dispose_mapping(client->irq);
684-
685682
dev_pm_domain_detach(&client->dev, true);
686683
return status;
687684
}

0 commit comments

Comments
 (0)