1. 12 3月, 2013 1 次提交
    • A
      mfd: ab8500-gpadc: Complain if we fail to enable vtvout LDO · 54fc4037
      Axel Lin 提交于
      Since commit c8801a8e
      "regulator: core: Mark all get and enable calls as __must_check",
      we must check return value of regulator_enable() to silence below build warning.
      
        CC      drivers/mfd/ab8500-gpadc.o
      drivers/mfd/ab8500-gpadc.c: In function 'ab8500_gpadc_runtime_resume':
      drivers/mfd/ab8500-gpadc.c:598:18: warning: ignoring return value of 'regulator_enable', declared with attribute warn_unused_result [-Wunused-result]
      drivers/mfd/ab8500-gpadc.c: In function 'ab8500_gpadc_probe':
      drivers/mfd/ab8500-gpadc.c:655:18: warning: ignoring return value of 'regulator_enable', declared with attribute warn_unused_result [-Wunused-result]
      
      Also convert to devm_regulator_get(), this fixes a missing regulator_put() call
      in ab8500_gpadc_remove().
      Signed-off-by: NAxel Lin <axel.lin@ingics.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      54fc4037
  2. 07 3月, 2013 7 次提交
  3. 04 2月, 2013 5 次提交
  4. 29 11月, 2012 3 次提交
  5. 02 9月, 2012 1 次提交
  6. 09 7月, 2012 2 次提交
  7. 20 5月, 2012 2 次提交
  8. 09 1月, 2012 1 次提交
  9. 24 10月, 2011 1 次提交
  10. 27 5月, 2011 2 次提交
  11. 31 3月, 2011 1 次提交
  12. 23 3月, 2011 7 次提交