linux/drivers/soundwire
Vinod Koul e87cf35835 soundwire: intel: remove unused variables
Variables 'nval' and 'i' are no longer used sdw_master_read_intel_prop()
so remove them.

drivers/soundwire/intel.c: In function 'sdw_master_read_intel_prop':
drivers/soundwire/intel.c:829:12: warning: unused variable 'i' [-Wunused-variable]
  int nval, i;
            ^
drivers/soundwire/intel.c:829:6: warning: unused variable 'nval' [-Wunused-variable]
  int nval, i;
      ^~~~

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 085f4ace10 ("soundwire: intel: read mclk_freq property from firmware")
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2019-08-22 11:51:46 +05:30
..
bus_type.c soundwire: bus_type: fix alignment issues 2019-05-02 17:16:27 +02:00
bus.c soundwire: bus: improve dynamic debug comments for enumeration 2019-08-21 14:36:01 +05:30
bus.h soundwire: export helpers to find row and column values 2019-08-21 14:36:01 +05:30
cadence_master.c soundwire: intel: move shutdown() callback and don't export symbol 2019-08-21 14:36:19 +05:30
cadence_master.h soundwire: intel: move shutdown() callback and don't export symbol 2019-08-21 14:36:19 +05:30
intel_init.c soundwire: intel_init: add kernel module parameter to filter out links 2019-08-21 14:36:18 +05:30
intel.c soundwire: intel: remove unused variables 2019-08-22 11:51:46 +05:30
intel.h soundwire: fix typo in comments 2019-05-27 10:53:00 +05:30
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
mipi_disco.c soundwire: mipi_disco: Switch to use fwnode_property_count_uXX() 2019-08-02 17:15:13 +05:30
slave.c soundwire: slave: fix alignment issues 2019-05-02 17:16:28 +02:00
stream.c soundwire: stream: remove unnecessary variable initializations 2019-08-21 14:36:01 +05:30