|
@@ -1973,7 +1973,7 @@ static void sci_controller_afe_initialization(struct isci_host *ihost)
|
|
}
|
|
}
|
|
|
|
|
|
for (phy_id = 0; phy_id < SCI_MAX_PHYS; phy_id++) {
|
|
for (phy_id = 0; phy_id < SCI_MAX_PHYS; phy_id++) {
|
|
- struct scu_afe_transceiver *xcvr = &afe->scu_afe_xcvr[phy_id];
|
|
|
|
|
|
+ struct scu_afe_transceiver __iomem *xcvr = &afe->scu_afe_xcvr[phy_id];
|
|
const struct sci_phy_oem_params *oem_phy = &oem->phys[phy_id];
|
|
const struct sci_phy_oem_params *oem_phy = &oem->phys[phy_id];
|
|
int cable_length_long =
|
|
int cable_length_long =
|
|
is_long_cable(phy_id, cable_selection_mask);
|
|
is_long_cable(phy_id, cable_selection_mask);
|