1. 06 1月, 2016 1 次提交
  2. 15 11月, 2015 1 次提交
  3. 19 10月, 2015 1 次提交
    • T
      ALSA: dice: assign converted data to the same type of variable · cbc6f280
      Takashi Sakamoto 提交于
      In former commit, u32 data was assigned to __be32 variable instead of an
      int variable. This is not enough solution because it still causes sparse
      warnings.
      
      dice.c:80:23: warning: incorrect type in assignment (different base types)
      dice.c:80:23:    expected restricted __be32 [usertype] value
      dice.c:80:23:    got unsigned int
      dice.c:81:21: warning: restricted __be32 degrades to integer
      dice.c:81:46: warning: restricted __be32 degrades to integer
      
      This commit fixes this bug.
      
      Fixes: 7c2d4c0c('ALSA: dice: Split transaction functionality into a file')
      Signed-off-by: NTakashi Sakamoto <o-takashi@sakamocchi.jp>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      cbc6f280
  4. 23 2月, 2015 2 次提交
  5. 10 12月, 2014 3 次提交
  6. 30 11月, 2014 8 次提交
  7. 29 8月, 2014 2 次提交
  8. 26 5月, 2014 4 次提交
  9. 14 2月, 2014 1 次提交
  10. 29 11月, 2013 1 次提交
  11. 15 11月, 2013 1 次提交
  12. 21 10月, 2013 15 次提交