]> Git Repo - linux.git/commit
pwm: lpss: Rename MAX_PWMS --> LPSS_MAX_PWMS
authorAndy Shevchenko <[email protected]>
Thu, 17 Nov 2022 11:08:01 +0000 (13:08 +0200)
committerAndy Shevchenko <[email protected]>
Tue, 22 Nov 2022 14:36:27 +0000 (16:36 +0200)
commit739f90fc48be7fb40f6dfe1212745c7fe56f2ab1
treea37d0cb5368b4d06f020766ebb7742fec5f0893e
parent88da4e8113110d5f4ebdd2f8cd0899e300cd1954
pwm: lpss: Rename MAX_PWMS --> LPSS_MAX_PWMS

The MAX_PWMS definition is already being used by the PWM core.
Using the same name in the certain driver confuses people
and potentially can clash with it.

Hence, rename it by adding LPSS prefix.

Reported-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Thierry Reding <[email protected]>
Reviewed-by: Mika Westerberg <[email protected]>
Reviewed-by: Uwe Kleine-König <[email protected]>
drivers/pwm/pwm-lpss.c
drivers/pwm/pwm-lpss.h
This page took 0.046383 seconds and 4 git commands to generate.