Commit d8493d21 authored by Mark Brown's avatar Mark Brown

regulator: core: Actually use the data in _notifier_call_chain()

Reported-by: default avatarPankaj Jangra <jangra.pankaj9@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 9152c36a
......@@ -2657,7 +2657,7 @@ static void _notifier_call_chain(struct regulator_dev *rdev,
unsigned long event, void *data)
{
/* call rdev chain first */
blocking_notifier_call_chain(&rdev->notifier, event, NULL);
blocking_notifier_call_chain(&rdev->notifier, event, data);
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment