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

Commit 35c5ae29 authored by Sunil Paidimarri's avatar Sunil Paidimarri
Browse files

data-kernel: EMAC: Fix the compilation error



1.while adding io macro settings for sa8155v2,
  missed close brace for else condition.
2.Fix the Warning in ptp file

Change-Id: I4a6f82ed99b6e1add9d82e8c3cf79ba43f3309b1
Signed-off-by: default avatarSunil Paidimarri <hisunil@codeaurora.org>
parent 4f230ed4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -677,6 +677,7 @@ static void configure_phy_rx_tx_delay(struct DWC_ETH_QOS_prv_data *pdata)
					pdata->emac_hw_version_type != EMAC_HW_v2_1_2)
					set_phy_rx_tx_delay(pdata, DISABLE_RX_DELAY, DISABLE_TX_DELAY);
			}
		}
		break;
	}
	EMACDBG("Exit\n");
+1 −1
Original line number Diff line number Diff line
@@ -283,8 +283,8 @@ static struct ptp_clock_info DWC_ETH_QOS_ptp_clock_ops = {
int DWC_ETH_QOS_ptp_init(struct DWC_ETH_QOS_prv_data *pdata)
{
	int ret = 0;
	struct ifr_data_struct req = {0};
#ifdef CONFIG_PPS_OUTPUT
	struct ifr_data_struct req = {0};
	struct ETH_PPS_Config eth_pps_cfg = {0};
#endif