regulator: Fix regulator_summary for deviceless consumers
authorLeonard Crestez <leonard.crestez@nxp.com>
Tue, 14 Feb 2017 15:31:03 +0000 (17:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Mar 2017 05:37:25 +0000 (06:37 +0100)
commit5cc0cd0e3a5a73c2d54dfe8c0f79556ffb970af0
tree7c25415c7974a7e5aac7bf1d90a6298cf01b7fb4
parent272d60bfce0e8222d2b1fe479a98fdf3bf7e05d0
regulator: Fix regulator_summary for deviceless consumers

commit e42a46b6f52473661ad192f76a128a68fe301df4 upstream.

It is allowed to call regulator_get with a NULL dev argument
(_regulator_get explicitly checks for it) but this causes an error later
when printing /sys/kernel/debug/regulator_summary.

Fix this by explicitly handling "deviceless" consumers in the debugfs code.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/regulator/core.c