Skip to content

touch:atmel_mxt: Fix duplicated free_irq when probe fails

Jonas Höppner requested to merge touch-mxt into kirkstone

The devm_... calls irq free anyway. The plain free_irq (without devm) dumps a warning with stacktrace during boot, when the touch could not be found on the i2c bus.

BCS 746-001108

Merge request reports