summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/marvell/comphy/phy-comphy-cp110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/marvell/comphy/phy-comphy-cp110.c b/drivers/marvell/comphy/phy-comphy-cp110.c
index 8aa9829c..23b93958 100644
--- a/drivers/marvell/comphy/phy-comphy-cp110.c
+++ b/drivers/marvell/comphy/phy-comphy-cp110.c
@@ -80,7 +80,7 @@ enum pcie_link_width {
PCIE_LNK_WIDTH_UNKNOWN = 0xFF,
};
-_Bool rx_trainng_done[AP_NUM][CP_NUM][MAX_LANE_NR] = {0};
+_Bool rx_trainng_done[AP_NUM][CP_NUM][MAX_LANE_NR] = { };
static void mvebu_cp110_get_ap_and_cp_nr(uint8_t *ap_nr, uint8_t *cp_nr, uint64_t comphy_base)
{