linux/drivers/soundwire
Srinivas Kandagatla 03ecad90d3 soundwire: stream: fix out of boundary access on port properties
Assigning local iterator to array element and using it again for
indexing would cross the array boundary.
Fix this by directly referring array element without using the local
variable.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2019-05-27 10:34:12 +05:30
..
bus.c soundwire: avoid multiple assignments 2019-05-02 17:17:51 +02:00
bus.h soundwire: fix alignment issues in header files 2019-05-02 17:16:26 +02:00
bus_type.c soundwire: bus_type: fix alignment issues 2019-05-02 17:16:27 +02:00
cadence_master.c soundwire: cadence: remove empty line after braces 2019-05-02 17:17:50 +02:00
cadence_master.h soundwire: fix alignment issues in header files 2019-05-02 17:16:26 +02:00
intel.c soundwire: intel: more alignment fixes 2019-05-02 17:17:51 +02:00
intel.h soundwire: fix SPDX license for header files 2019-05-02 17:09:00 +02:00
intel_init.c soundwire: intel: remove empty line after braces 2019-05-02 17:17:51 +02:00
Kconfig soundwire: fix kconfig help format 2019-05-02 17:17:50 +02:00
Makefile soundwire: Add support for SoundWire stream management 2018-05-11 21:47:03 +05:30
mipi_disco.c soundwire: remove empty line before/after braces 2019-05-02 17:17:50 +02:00
slave.c soundwire: slave: fix alignment issues 2019-05-02 17:16:28 +02:00
stream.c soundwire: stream: fix out of boundary access on port properties 2019-05-27 10:34:12 +05:30