pwm: vt8500: Rename variable pointing to driver private data
authorzhaoxiao <zhaoxiao@uniontech.com>
Fri, 11 Feb 2022 02:37:41 +0000 (10:37 +0800)
committerThierry Reding <thierry.reding@gmail.com>
Thu, 24 Feb 2022 13:35:20 +0000 (14:35 +0100)
commit635d324e5c5094f8210d0145b9740bae9dfe2f48
treed9153e12db92c86f907572f9da6e40ca9a645874
parent4f34ebbe43f67f112169f61a2f35f6c3dbc8bc52
pwm: vt8500: Rename variable pointing to driver private data

Status quo is that variables of type struct vt8500_chip * are named
"vt8500", "chip". Because usually only struct pwm_device * variables
are named "pwm" and "chip" is usually used for variabled of type
struct pwm_chip *.

So consistently use the same and non-conflicting name "vt8500".

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