Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23506a69 authored by Dan Williams's avatar Dan Williams
Browse files

isci: unify phy event handlers



Unify the implementations in scic_sds_phy_event_handler(), and kill the state handler

Reported-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent c4441abc
Loading
Loading
Loading
Loading
+384 −637

File changed.

Preview size limit exceeded, changes collapsed.

+0 −5
Original line number Diff line number Diff line
@@ -511,11 +511,6 @@ typedef enum sci_status (*scic_sds_phy_frame_handler_t)(struct scic_sds_phy *, u
typedef enum sci_status (*scic_sds_phy_power_handler_t)(struct scic_sds_phy *);

struct scic_sds_phy_state_handler {
	/**
	 * The state handler for events received from the SCU hardware.
	 */
	scic_sds_phy_event_handler_t event_handler;

	/**
	 * The state handler for staggered spinup.
	 */