mbox

[GIT,PULL] MFD fixes for v4.3

Message ID 20151014084137.GH32409@x1
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-fixes-4.3

Message

Lee Jones Oct. 14, 2015, 8:41 a.m. UTC
Hi Linus,

The following changes since commit 1f93e4a96c9109378204c147b3eec0d0e8100fde:

  Linux 4.3-rc2 (2015-09-20 14:32:34 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-fixes-4.3

for you to fetch changes up to 1b52e50f2a402a266f1ba2281f0a57e87637a047:

  mfd: max77843: Fix max77843_chg_init() return on error (2015-10-01 16:31:42 +0100)

----------------------------------------------------------------
 - Bug Fixes
   - Return correct error code i.e. not zero
   - Fix build error when !CONFIG_PM_SLEEP
----------------------------------------------------------------

Andy Shevchenko (1):
      mfd: intel-lpss: Fix build error when !CONFIG_PM_SLEEP

Javier Martinez Canillas (1):
      mfd: max77843: Fix max77843_chg_init() return on error

 drivers/mfd/intel-lpss.h | 2 ++
 drivers/mfd/max77843.c   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)