Skip to content
Snippets Groups Projects
Commit 8f11f998 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 34e6f3cf
1 merge request!2sw: Make i2c-ocores driver compatible with Linux Kernel Version > 4.7.0
......@@ -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