1. 03 1月, 2018 1 次提交
    • T
      ASoC: skl: Fix kernel warning due to zero NHTL entry · 20a1ea22
      Takashi Iwai 提交于
      I got the following kernel warning when loading snd-soc-skl module on
      Dell Latitude 7270 laptop:
       memremap attempted on mixed range 0x0000000000000000 size: 0x0
       WARNING: CPU: 0 PID: 484 at kernel/memremap.c:98 memremap+0x8a/0x180
       Call Trace:
        skl_nhlt_init+0x82/0xf0 [snd_soc_skl]
        skl_probe+0x2ee/0x7c0 [snd_soc_skl]
        ....
      
      It seems that the machine doesn't support the SKL DSP gives the empty
      NHLT entry, and it triggers the warning.  For avoiding it, let do the
      zero check before calling memremap().
      
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      20a1ea22
  2. 09 11月, 2017 1 次提交
  3. 07 6月, 2017 1 次提交
  4. 29 3月, 2017 1 次提交
  5. 17 2月, 2017 1 次提交
  6. 05 2月, 2017 1 次提交
  7. 31 5月, 2016 1 次提交
  8. 05 5月, 2016 1 次提交
  9. 19 2月, 2016 1 次提交
  10. 16 11月, 2015 2 次提交
  11. 22 10月, 2015 1 次提交
  12. 07 8月, 2015 2 次提交
  13. 24 7月, 2015 1 次提交