1. 15 1月, 2013 3 次提交
  2. 09 12月, 2012 1 次提交
  3. 30 11月, 2012 2 次提交
  4. 29 11月, 2012 3 次提交
  5. 28 11月, 2012 3 次提交
  6. 26 11月, 2012 1 次提交
    • A
      mfd: rc5t583: Fix array subscript is above array bounds · 3f9be35b
      Axel Lin 提交于
      I got below build warning while compiling this driver.
      It's obviously RC5T583_MAX_INTERRUPT_MASK_REGS is 9 but irq_en_add
      array only has 8 elements.
      
        CC      drivers/mfd/rc5t583-irq.o
      drivers/mfd/rc5t583-irq.c: In function 'rc5t583_irq_sync_unlock':
      drivers/mfd/rc5t583-irq.c:227: warning: array subscript is above array bounds
      drivers/mfd/rc5t583-irq.c: In function 'rc5t583_irq_init':
      drivers/mfd/rc5t583-irq.c:349: warning: array subscript is above array bounds
      
      Since the number of interrupt enable registers is 8, this patch adds
      define for RC5T583_MAX_INTERRUPT_EN_REGS to fix this bug.
      Signed-off-by: NAxel Lin <axel.lin@ingics.com>
      Acked-by: NLaxman Dewangan <ldewangan@nvidia.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      3f9be35b
  7. 23 11月, 2012 2 次提交
  8. 21 11月, 2012 5 次提交
  9. 20 11月, 2012 13 次提交
  10. 19 11月, 2012 2 次提交
  11. 18 11月, 2012 1 次提交
  12. 16 11月, 2012 1 次提交
  13. 15 11月, 2012 2 次提交
  14. 14 11月, 2012 1 次提交