]> asedeno.scripts.mit.edu Git - linux.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)
commit9e1b4999a1693d67cc87a887057d8012c28fb12b
treef028a615a887224509ff8811251b92fa38e3abdd
parent8e53622594f5530b5a86094464937dda47fc6e3b
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