Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "drivers/input/ft5x06.c: Back out part of last PR. I think tha…
…t is correct to detach the interrupt handler when the drivers is unlinked." No... I was misled. The shutdown function is usually called when the driver is unlinked. But not in this case. In this case, it is simply called when the last reference is closed. And no, you don't want to detach the interrupt handler in that case. My bad. This reverts commit b79e6b9.
- Loading branch information