Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fpga: machxo2-spi: Fix missing error code in machxo2_write_complete()
The error code is missing in this code scenario, add the error code '-EINVAL' to the return value 'ret'. Eliminate the follow smatch warning: drivers/fpga/machxo2-spi.c:341 machxo2_write_complete() warn: missing error code 'ret'. [[email protected]: Reworded commit message] Fixes: 88fb3a0 ("fpga: lattice machxo2: Add Lattice MachXO2 support") Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: Moritz Fischer <[email protected]>
- Loading branch information