Skip to content
Snippets Groups Projects

sw: Make i2c-ocores driver compatible with Linux Kernel Version > 4.7.0

Closed Mamta Shukla requested to merge kc705 into master
Compare and Show latest version
1 file
+ 1
1
Preferences
File browser
Compare changes
@@ -596,7 +596,7 @@ static int spi_ocores_process(struct spi_ocores *sp)
spi_ocores_finalize_current_message(sp);
}
return 0;
return err;
}
/**