File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1597,15 +1597,15 @@ static int stm32_dcmipp_enable_clock(const struct device *dev)
1597
1597
return err ;
1598
1598
}
1599
1599
1600
- err = clock_control_on (cc_node , (clock_control_subsys_t * )& config -> dcmipp_pclken );
1600
+ err = clock_control_on (cc_node , (clock_control_subsys_t )& config -> dcmipp_pclken );
1601
1601
if (err < 0 ) {
1602
1602
LOG_ERR ("Failed to enable DCMIPP clock. Error %d" , err );
1603
1603
return err ;
1604
1604
}
1605
1605
1606
1606
#if defined(STM32_DCMIPP_HAS_CSI )
1607
1607
/* Turn on CSI peripheral clock */
1608
- err = clock_control_on (cc_node , (clock_control_subsys_t * )& config -> csi_pclken );
1608
+ err = clock_control_on (cc_node , (clock_control_subsys_t )& config -> csi_pclken );
1609
1609
if (err < 0 ) {
1610
1610
LOG_ERR ("Failed to enable CSI clock. Error %d" , err );
1611
1611
return err ;
You can’t perform that action at this time.
0 commit comments