1. 25 10月, 2016 7 次提交
  2. 30 9月, 2016 1 次提交
  3. 24 8月, 2016 4 次提交
  4. 11 8月, 2016 3 次提交
  5. 09 8月, 2016 2 次提交
  6. 08 8月, 2016 2 次提交
  7. 05 8月, 2016 1 次提交
  8. 28 7月, 2016 1 次提交
  9. 16 7月, 2016 3 次提交
  10. 01 7月, 2016 1 次提交
  11. 14 6月, 2016 1 次提交
    • A
      ASoC: rcar: fix 'const static' variables · cc9bdcf2
      Arnd Bergmann 提交于
      When building with 'make W=1', we get a harmless warning about
      slightly incorrect prototypes in the rcar audio driver:
      
      sound/soc/sh/rcar/gen.c: In function 'rsnd_gen2_probe':
      sound/soc/sh/rcar/gen.c:209:2: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration]
      
      This changes the 'const static' to 'static const' as it should be.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      cc9bdcf2
  12. 09 6月, 2016 1 次提交
  13. 31 5月, 2016 1 次提交
  14. 28 5月, 2016 1 次提交
  15. 12 5月, 2016 1 次提交
  16. 11 5月, 2016 1 次提交
  17. 28 4月, 2016 1 次提交
  18. 20 4月, 2016 1 次提交
  19. 12 3月, 2016 1 次提交
  20. 07 3月, 2016 6 次提交