summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell King <rmk@armlinux.org.uk>2019-03-15 16:05:53 +0000
committerRussell King <rmk@armlinux.org.uk>2019-03-15 16:05:53 +0000
commit426c3d237dc58c929f20c7018be4ea2f9efea872 (patch)
tree81d07859a650a17698380ab4209aa67c5b08813e
parent1f8ca7e01d4ac7023aea0eeb4c8a4b98dcf05760 (diff)
marvell: comphy: fix build error
Signed-off-by: Russell King <rmk@armlinux.org.uk>
-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)
{