The spi_transfer struct has to have all it's fields initialized to 0 in
this case, since not all of them are set before starting the transfer.
Otherwise, spi_sync_transfer() will sometimes return an error.
Fixes:
|
||
---|---|---|
.. | ||
adin1110.c | ||
Kconfig | ||
Makefile |