Merge remote-tracking branch 'spi/topic/msglen' into spi-next
This commit is contained in:
commit
9020b75467
2 changed files with 2 additions and 0 deletions
|
@ -584,6 +584,7 @@ struct spi_message {
|
|||
/* completion is reported through a callback */
|
||||
void (*complete)(void *context);
|
||||
void *context;
|
||||
unsigned frame_length;
|
||||
unsigned actual_length;
|
||||
int status;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue