Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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"

-3
-3
drivers/i2c/i2c-core.c
··· 679 679 status = driver->remove(client); 680 680 } 681 681 682 - if (dev->of_node) 683 - irq_dispose_mapping(client->irq); 684 - 685 682 dev_pm_domain_detach(&client->dev, true); 686 683 return status; 687 684 }