]> www.infradead.org Git - users/jedix/linux-maple.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, 18 Aug 2021 02:33:13 +0000 (19:33 -0700)
commit1d345c3e59412bd7d732dcc6b1a22f0665263680
treea25e9766ff367e22627556b0a654711f7b7da571
parent277c0dd93bf7271689078b2dc6fa4c2ec4ea550a
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: 88fb3a002330 ("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