summaryrefslogtreecommitdiffstats
path: root/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'spi.c')
-rw-r--r--spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spi.c b/spi.c
index 2074d21..bc80cbd 100644
--- a/spi.c
+++ b/spi.c
@@ -99,7 +99,7 @@ const struct spi_programmer spi_programmer[] = {
{ /* SPI_CONTROLLER_DUMMY */
.command = dummy_spi_send_command,
.multicommand = default_spi_send_multicommand,
- .read = NULL,
+ .read = dummy_spi_read,
.write_256 = NULL,
},
#endif
OpenPOWER on IntegriCloud