mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-04-01 11:54:10 +00:00
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"
This commit is contained in:
commit
09d35919b0
1 changed files with 0 additions and 3 deletions
|
@ -679,9 +679,6 @@ static int i2c_device_remove(struct device *dev)
|
|||
status = driver->remove(client);
|
||||
}
|
||||
|
||||
if (dev->of_node)
|
||||
irq_dispose_mapping(client->irq);
|
||||
|
||||
dev_pm_domain_detach(&client->dev, true);
|
||||
return status;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue