1. 08 10月, 2014 1 次提交
  2. 30 9月, 2014 1 次提交
  3. 28 9月, 2014 1 次提交
  4. 26 9月, 2014 3 次提交
  5. 24 9月, 2014 2 次提交
  6. 23 9月, 2014 1 次提交
  7. 19 9月, 2014 2 次提交
  8. 18 9月, 2014 1 次提交
    • H
      regulator: fan53555: fix wrong cast in probe · 6f34163c
      Heiko Stübner 提交于
      The vendor-id gathered from the dt match-data was cast to int but assigned
      to an unsigned long, producing warnings on at least sparc, like
      
         drivers/regulator/fan53555.c: In function 'fan53555_regulator_probe':
      >> drivers/regulator/fan53555.c:373:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
            di->vendor = (int) match->data;
      
      Fix this by using an appropriate cast.
      
      Reported-by: kbuild test robot
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      6f34163c
  9. 17 9月, 2014 4 次提交
  10. 16 9月, 2014 1 次提交
  11. 12 9月, 2014 2 次提交
  12. 10 9月, 2014 8 次提交
  13. 07 9月, 2014 2 次提交
  14. 06 9月, 2014 3 次提交
  15. 05 9月, 2014 3 次提交
  16. 03 9月, 2014 2 次提交
  17. 02 9月, 2014 1 次提交
  18. 01 9月, 2014 2 次提交