[HAL][DCMI] Remove extra call to HAL_DCMI_MspInit() API in HAL_DCMI_Init() API
diff --git a/Src/stm32f4xx_hal_dcmi.c b/Src/stm32f4xx_hal_dcmi.c
index 81f2cfd..fc34288 100644
--- a/Src/stm32f4xx_hal_dcmi.c
+++ b/Src/stm32f4xx_hal_dcmi.c
@@ -215,7 +215,6 @@
     /* Init the low level hardware : GPIO, CLOCK, NVIC and DMA */
     HAL_DCMI_MspInit(hdcmi);
 #endif /* (USE_HAL_DCMI_REGISTER_CALLBACKS) */
-    HAL_DCMI_MspInit(hdcmi);
   }
 
   /* Change the DCMI state */