Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i2c-omap: fix type of irq handler function
The probe function used a pointer to the interrupt handler to register as a 'void *', change it to the proper type of irq_handler_t. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
- Loading branch information