Re: [PATCH v3 1/1] pwm: pca9685: fix gpio-only operation.

From: Mika Westerberg
Date: Thu Apr 13 2017 - 04:16:31 EST


On Wed, Apr 12, 2017 at 11:15:59AM -0400, Sven Van Asbroeck wrote:
> + pm_runtime_set_active(&client->dev);
> + /* enable will put the chip into suspend, which is what we
> + * want as all outputs are disabled at this point
> + */

This comment should also be in the standard block comment format.

Other than that, the patch looks good to me.

Reviewed-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>