diff options
Diffstat (limited to 'linux_spi.c')
-rw-r--r-- | linux_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux_spi.c b/linux_spi.c index 4668e7f2..82741bf6 100644 --- a/linux_spi.c +++ b/linux_spi.c @@ -244,7 +244,7 @@ int linux_spi_init(void) free(spi_data); goto init_err; } - register_spi_master(&spi_master_linux); + register_spi_master(&spi_master_linux, NULL); return 0; init_err: |