Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: ingenic-tcu: Fix bit field description in header

The description of the bit was inverted.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Paul Cercueil and committed by
Lee Jones
ddf5aaa8 75d4c5e0

+1 -1
+1 -1
include/linux/mfd/ingenic-tcu.h
··· 41 41 #define TCU_TCSR_PRESCALE_LSB 3 42 42 #define TCU_TCSR_PRESCALE_MASK 0x38 43 43 44 - #define TCU_TCSR_PWM_SD BIT(9) /* 0: Shutdown abruptly 1: gracefully */ 44 + #define TCU_TCSR_PWM_SD BIT(9) /* 0: Shutdown gracefully 1: abruptly */ 45 45 #define TCU_TCSR_PWM_INITL_HIGH BIT(8) /* Sets the initial output level */ 46 46 #define TCU_TCSR_PWM_EN BIT(7) /* PWM pin output enable */ 47 47