thunderbolt: dma_port: Check 'dma_port_flash_write_block()'s return value
authorLee Jones <lee.jones@linaro.org>
Thu, 28 Jan 2021 08:52:33 +0000 (08:52 +0000)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 28 Jan 2021 09:33:06 +0000 (12:33 +0300)
commitf679a41fafc8cdc5c7879aa4726a28439fca7656
tree47c9935da6206b6eb47ab48079ba58dea81aa84d
parent3da88be249973f7b74e7b24ed559e6abc2fc5af4
thunderbolt: dma_port: Check 'dma_port_flash_write_block()'s return value

... and take the error path if it fails.

Fixes the following W=1 kernel build warning(s):

 drivers/thunderbolt/dma_port.c: In function ‘dma_port_flash_write_block’:
 drivers/thunderbolt/dma_port.c:331:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]

Cc: Andreas Noever <andreas.noever@gmail.com>
Cc: Michael Jamet <michael.jamet@intel.com>
Cc: Yehezkel Bernat <YehezkelShB@gmail.com>
Cc: linux-usb@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/dma_port.c