aboutsummaryrefslogtreecommitdiffstats
path: root/ch341a_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ch341a_spi.c')
-rw-r--r--ch341a_spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ch341a_spi.c b/ch341a_spi.c
index 75eaf869..b9be18e5 100644
--- a/ch341a_spi.c
+++ b/ch341a_spi.c
@@ -413,7 +413,6 @@ static const struct spi_master spi_master_ch341a_spi = {
.max_data_read = 4 * 1024,
.max_data_write = 4 * 1024,
.command = ch341a_spi_spi_send_command,
- .multicommand = default_spi_send_multicommand,
.read = default_spi_read,
.write_256 = default_spi_write_256,
.shutdown = ch341a_spi_shutdown,