usb: ehci-mx6: remove unnecessary regulator enable from probe
authorTim Harvey <tharvey@gateworks.com>
Fri, 19 May 2023 18:58:54 +0000 (11:58 -0700)
committerMarek Vasut <marex@denx.de>
Fri, 21 Jul 2023 00:05:10 +0000 (02:05 +0200)
commita6a74ce09b4aded73151049bc8083a580fc1cf55
treee6a4960b4b2b621b05d8f229c6addcf4d27608fe
parent0274eb61e1f2a8e053fb028b6c668c67c0b75b9c
usb: ehci-mx6: remove unnecessary regulator enable from probe

Remove the regulator_set_enable() call from device probe which
resolves a regulator imbalance. This is unnecessary as
regulator_set_enable() will be called when ehci_register calls the
init_after_reset hook.

Suggested-by: Marek Vasut <marex@denx.de>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
drivers/usb/host/ehci-mx6.c