Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gpio/aspeed: Use handler_data in aspeed_gpio_irq_handler.
In the port to 4.3, we converted to the newer irq api, but used the chip_data for the struct aspeed_gpio pointer, rather than the handler_data. We use irq_set_chaned_handler_and_data to establish this pointer, which sets handler_data. This change uses the appropriate pointer in our handler instead. Signed-off-by: Jeremy Kerr <[email protected]>
- Loading branch information