Re: [greybus-dev] [PATCH 3/8] greybus: Use the new device_to_pm() helper to access struct dev_pm_ops

2020-05-26 Thread Alex Elder
On 5/25/20 1:26 PM, Krzysztof Wilczyński wrote: Use the new device_to_pm() helper to access Power Management callbacs (struct dev_pm_ops) for a particular device (struct device_driver). No functional change intended. Looks fine to me. Reviewed-by: Alex Elder Signed-off-by: Krzysztof Wilczy

[PATCH 3/8] greybus: Use the new device_to_pm() helper to access struct dev_pm_ops

2020-05-25 Thread Krzysztof Wilczyński
Use the new device_to_pm() helper to access Power Management callbacs (struct dev_pm_ops) for a particular device (struct device_driver). No functional change intended. Signed-off-by: Krzysztof Wilczyński --- drivers/greybus/bundle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) di