]> git.baikalelectronics.ru Git - kernel.git/commit
fpga: machxo2-spi: Fix missing error code in machxo2_write_complete()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 13 Aug 2021 06:40:42 +0000 (14:40 +0800)
committerMoritz Fischer <mdf@kernel.org>
Wed, 15 Sep 2021 21:01:24 +0000 (14:01 -0700)
commit1fda9cbe5255ee61a6142db120e4996d37903d3b
tree32b78abf11f0a504106bf0f21c0e799aba827fea
parent67e7763e27d8abb72e1eb81655b8fecffce35ed6
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'.

[mdf@kernel.org: Reworded commit message]
Fixes: ef7b2956f5f7 ("fpga: lattice machxo2: Add Lattice MachXO2 support")
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
drivers/fpga/machxo2-spi.c