1. 01 Jun, 2020 1 commit
    • Lee Jones's avatar
      mfd: mt6360: Remove duplicate REGMAP_IRQ_REG_LINE() entry · 098c4adf
      Lee Jones authored
      Fixes the following build warning:
      
        >> drivers/mfd/mt6360-core.c:148:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
        REGMAP_IRQ_REG_LINE(MT6360_CHG_TREG_EVT, 8),
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        include/linux/regmap.h:1191:10: note: expanded from macro 'REGMAP_IRQ_REG_LINE'
        [_id] = {                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        drivers/mfd/mt6360-core.c:124:2: note: previous initialization is here
        REGMAP_IRQ_REG_LINE(MT6360_CHG_TREG_EVT, 8),
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        include/linux/regmap.h:1191:10: note: expanded from macro 'REGMAP_IRQ_REG_LINE'
        [_id] = {                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        1 warning generated.
      Reported-by: default avatarkbuild test robot <lkp@intel.com>
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      098c4adf
  2. 27 May, 2020 1 commit
  3. 26 May, 2020 23 commits
  4. 21 May, 2020 5 commits
  5. 20 May, 2020 3 commits
  6. 24 Apr, 2020 7 commits