]> git.baikalelectronics.ru Git - kernel.git/commit
pwm: stm32: Pass breakinput instead of its values
authorThierry Reding <thierry.reding@gmail.com>
Wed, 16 Oct 2019 07:30:33 +0000 (09:30 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 21 Oct 2019 14:50:05 +0000 (16:50 +0200)
commitf33baa84bb31ecb5dc7ae433a65b3110ee99345d
treef028a615a887224509ff8811251b92fa38e3abdd
parent688ef7d62a6c057bd37b5b28c05e84a5f977dc14
pwm: stm32: Pass breakinput instead of its values

Instead of passing the individual values of the breakpoint, pass a
pointer to the breakpoint.

Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-stm32.c