1. 22 5月, 2018 1 次提交
  2. 18 5月, 2018 1 次提交
  3. 17 5月, 2018 1 次提交
  4. 16 5月, 2018 4 次提交
  5. 15 5月, 2018 1 次提交
    • F
      ALSA: hda/ca0132: fix array_size.cocci warnings · c5f13d75
      Fengguang Wu 提交于
      sound/pci/hda/patch_ca0132.c:5062:50-51: WARNING: Use ARRAY_SIZE
      sound/pci/hda/patch_ca0132.c:5092:50-51: WARNING: Use ARRAY_SIZE
      
       Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
      
      Semantic patch information:
       This makes an effort to find cases where ARRAY_SIZE can be used such as
       where there is a division of sizeof the array by the sizeof its first
       element or by any indexed element or the element type. It replaces the
       division of the two sizeofs by ARRAY_SIZE.
      
      Generated by: scripts/coccinelle/misc/array_size.cocci
      
      Fixes: 47cdf76e ("ALSA: hda/ca0132: Add new control changes for SBZ + R3Di")
      CC: Connor McAdams <conmanx360@gmail.com>
      Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      c5f13d75
  6. 14 5月, 2018 2 次提交
  7. 13 5月, 2018 14 次提交
  8. 02 5月, 2018 2 次提交
  9. 28 4月, 2018 1 次提交
  10. 27 4月, 2018 1 次提交
  11. 25 4月, 2018 8 次提交
  12. 24 4月, 2018 2 次提交
  13. 19 4月, 2018 2 次提交