]> asedeno.scripts.mit.edu Git - linux.git/commit
power: supply: max8998-charger: Fix platform data retrieval
authorTomasz Figa <tomasz.figa@gmail.com>
Tue, 17 Jul 2018 16:05:07 +0000 (18:05 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sun, 16 Sep 2018 11:46:39 +0000 (13:46 +0200)
commitcb90a2c6f77fe9b43d1e3f759bb2f13fe7fa1811
tree030786b8c99e88937fdb15f1a261f8965bf683b8
parent782853cf9b1bd349ed726390a6fbe40f745931b7
power: supply: max8998-charger: Fix platform data retrieval

Since the max8998 MFD driver supports instantiation by DT, platform data
retrieval is handled in MFD probe and cell drivers should get use
the pdata field of max8998_dev struct to obtain them.

Fixes: ee999fb3f17f ("mfd: max8998: Add support for Device Tree")
Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/max8998_charger.c