Re: [PATCH] regulator: mcp16502: code cleanup

2018-12-19 Thread Mark Brown
On Mon, Dec 17, 2018 at 11:44:59AM +, andrei.stefane...@microchip.com wrote: > This patch does the following: > - align parameter with parenthesis > - fix compile error > > If CONFIG_SUSPEND is not set the dummy pm_ops > callbacks are named mcp16502_suspend and mcp16502_resume > instead of

[PATCH] regulator: mcp16502: code cleanup

2018-12-17 Thread Andrei.Stefanescu
This patch does the following: - align parameter with parenthesis - fix compile error If CONFIG_SUSPEND is not set the dummy pm_ops callbacks are named mcp16502_suspend and mcp16502_resume instead of mcp16502_suspend_noirq and mcp16502_resume_noirq. Excerpt from compile log (kbuild test robot):