usb: musb: jz4740: Rename platform_device field in priv struct
authorPaul Cercueil <paul@crapouillou.net>
Wed, 15 Jan 2020 13:25:36 +0000 (07:25 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jan 2020 13:46:57 +0000 (14:46 +0100)
commit90fad5d7621e8edc9f8bb096c387a09cb563284c
tree228be59ba951638bc4cf19f55aaa124edee01ba6
parent31cecb6bb6982e2976d3f95bd0d44855ec52cc29
usb: musb: jz4740: Rename platform_device field in priv struct

Name the platform_device pointer 'pdev' instead of 'musb'. Since the
driver also deal with pointers to 'struct musb', it can be very
confusing to have a pointer named after this struct but with a different
type.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Bin Liu <b-liu@ti.com>
Link: https://lore.kernel.org/r/20200115132547.364-15-b-liu@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/jz4740.c