]> git.dujemihanovic.xyz Git - u-boot.git/commit
pwm: cros_ec: Rename "priv_auto_alloc_size" to "priv_auto"
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>
Fri, 14 May 2021 13:48:40 +0000 (16:48 +0300)
committerSimon Glass <sjg@chromium.org>
Sat, 5 Jun 2021 13:35:47 +0000 (07:35 -0600)
commitca2f948a4b44b587db760510e324c87fda02c15e
treec33af6a7d5f98f25485e52367d5adf15517186c3
parent205b9f510035b835d48bae07ce8b968c3d6d75af
pwm: cros_ec: Rename "priv_auto_alloc_size" to "priv_auto"

With commit 41575d8e4c33 ("dm: treewide: Rename auto_alloc_size members
to be shorter") "priv_auto_alloc_size" was renamed to "priv_auto". This
driver was sent to the mailing list before that change, merged after it,
and still has the old form. Apply the rename here as well.

Fixes: 1b9ee2882e6b ("pwm: Add a driver for Chrome OS EC PWM")
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/pwm/cros_ec_pwm.c