[GIT PULL] pwm: Fixes for v6.7-rc1

From: Thierry Reding
Date: Fri Nov 10 2023 - 15:57:36 EST


Hi Linus,

The following changes since commit 40592064a1a536adcced4ffea435c392eb9e7192:

pwm: samsung: Document new member .channel in struct samsung_pwm_chip (2023-11-03 12:00:41 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-6.7-rc1-fixes

for you to fetch changes up to d27abbfd4888d79dd24baf50e774631046ac4732:

pwm: Fix double shift bug (2023-11-10 09:20:55 +0100)

Thanks,
Thierry

----------------------------------------------------------------
pwm: Fixes for v6.7-rc1

This contains two very small fixes that I failed to include in the main
pull request for v6.7-rc1.

----------------------------------------------------------------
Dan Carpenter (2):
pwm: samsung: Fix a bit test in pwm_samsung_resume()
pwm: Fix double shift bug

drivers/pwm/pwm-samsung.c | 2 +-
include/linux/pwm.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)