diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-12-04 18:38:33 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-01-07 15:47:51 +0100 |
commit | e99a8f0f6344fee25cd30907c30ac0ca2f02804d (patch) | |
tree | 7bc1aa46b37f2190144b1b98b41a5d2bdbd8fe84 /drivers/usb/storage/Makefile | |
parent | 1bc0b1baf26efa23c0fd6fdcc24297e7d94f37ac (diff) |
media: rcar-vin: fix return, use ret instead of zero
Currently the return error code is in ret is being assigned but not
used. It and should be returned by the return statement and currently
just 0 is being returned. Fix this.
Addresses-Coverity: ("Unused value")
Fixes: b9ad52aafe38 ("media: rcar-vin: Rework parallel firmware parsing")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/usb/storage/Makefile')
0 files changed, 0 insertions, 0 deletions