diff options
Diffstat (limited to 'ft2232_spi.c')
-rw-r--r-- | ft2232_spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ft2232_spi.c b/ft2232_spi.c index 145a7e00..f4070ed9 100644 --- a/ft2232_spi.c +++ b/ft2232_spi.c @@ -298,6 +298,7 @@ static const struct spi_master spi_master_ft2232 = { .write_256 = default_spi_write_256, .write_aai = default_spi_write_aai, .shutdown = ft2232_shutdown, + .probe_opcode = default_spi_probe_opcode, }; /* Returns 0 upon success, a negative number upon errors. */ |