• Vinod Koul's avatar
    soundwire: intel: remove unused variables · e87cf358
    Vinod Koul authored
    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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
    Fixes: 085f4ace ("soundwire: intel: read mclk_freq property from firmware")
    Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
    e87cf358
intel.c 23.5 KB