diff options
author | Colin Ian King <[email protected]> | 2020-12-04 18:38:33 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2021-01-07 15:47:51 +0100 |
commit | e99a8f0f6344fee25cd30907c30ac0ca2f02804d (patch) | |
tree | 7bc1aa46b37f2190144b1b98b41a5d2bdbd8fe84 /drivers/usb/cdns3/cdns3-trace.c | |
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 <[email protected]>
Reviewed-by: Niklas Söderlund <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions