Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: typec: tipd: fix use of device-specific init function
The current implementation supports device-pecific callbacks for the init function with a function pointer. The patch that introduced this feature did not update one call to the tps25750 init function to turn it into a call with the new pointer in the resume function. Fixes: d49f908 ("usb: typec: tipd: add init and reset functions to tipd_data") Signed-off-by: Javier Carrasco <[email protected]> Reviewed-by: Heikki Krogerus <[email protected]> Suggested-by: Roger Quadros <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information