2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-05 03:44:03 +08:00
linux-next/drivers/soundwire
Colin Ian King 7094dc2b53 soundwire: intel: fix missing assignment to ret
Currently the return status ret is being checked but it has not been
updated since the previous check on ret. It appears that assignment of
ret from return status of the call to sdw_cdns_enable_interrupt was
accidentally ommited.  Fix this.

Detected by CoverityScan, CID#1463148 ("Logically dead code")

Fixes: 71bb8a1b05 ("soundwire: intel: Add Intel Master driver")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-01-08 17:53:21 +01:00
..
bus_type.c soundwire: Add MIPI DisCo property helpers 2017-12-19 11:14:57 +01:00
bus.c soundwire: fix sign extension when shifting buf[2] 24 places 2018-01-08 17:53:20 +01:00
bus.h soundwire: Add slave status handling 2017-12-19 11:28:13 +01:00
cadence_master.c soundwire: cdns: Add sdw_master_ops and IO transfer support 2017-12-19 11:31:33 +01:00
cadence_master.h soundwire: cdns: Add sdw_master_ops and IO transfer support 2017-12-19 11:31:33 +01:00
intel_init.c soundwire: intel: Add Intel init module 2017-12-19 11:32:35 +01:00
intel.c soundwire: intel: fix missing assignment to ret 2018-01-08 17:53:21 +01:00
intel.h soundwire: intel: Add Intel Master driver 2017-12-19 11:32:02 +01:00
Kconfig soundwire: intel: Add Intel Master driver 2017-12-19 11:32:02 +01:00
Makefile soundwire: intel: Add Intel init module 2017-12-19 11:32:35 +01:00
mipi_disco.c soundwire: Add MIPI DisCo property helpers 2017-12-19 11:14:57 +01:00
slave.c