On Fri, Apr 21, 2017 at 09:19:02AM -0400, Sven Van Asbroeck wrote: > The function > static void pca9685_set_sleep_mode(struct pca9685 *pca, int sleep) > takes the chip in and out of sleep mode, depending on the value of > sleep, which is interpreted as a boolean. > > To clarify that 'int sleep' is a boolean and not a sleep delay, > change the function interface to: > static void pca9685_set_sleep_mode(struct pca9685 *pca, bool enable) > > Suggested-by: Andy Shevchenko <[email protected]> > Signed-off-by: Sven Van Asbroeck <[email protected]> > --- > drivers/pwm/pwm-pca9685.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-)
Applied, thanks. Thierry
signature.asc
Description: PGP signature

