We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76159e2 commit 0d86882Copy full SHA for 0d86882
drivers/spi/spi-cadence-quadspi.c
@@ -1811,11 +1811,11 @@ static const struct of_device_id cqspi_dt_ids[] = {
1811
},
1812
{
1813
.compatible = "xlnx,versal-ospi-1.0",
1814
- .data = (void *)&versal_ospi,
+ .data = &versal_ospi,
1815
1816
1817
.compatible = "intel,socfpga-qspi",
1818
- .data = (void *)&socfpga_qspi,
+ .data = &socfpga_qspi,
1819
1820
{ /* end of table */ }
1821
};
0 commit comments