Skip to content
Snippets Groups Projects
Commit 25b09087 authored by Mamta Shukla's avatar Mamta Shukla
Browse files

sw: Return err instead of '0' to stop spi-polling.


Signed-off-by: default avatarMamta Shukla <mamta.ramendra.shukla@cern.ch>
parent 56d855fc
Branches
Tags
1 merge request!3sw: Update spi-ocores
......@@ -596,7 +596,7 @@ static int spi_ocores_process(struct spi_ocores *sp)
spi_ocores_finalize_current_message(sp);
}
return 0;
return err;
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment