phy: phy-imx8mq-usb: clean up clock code
authorTim Harvey <tharvey@gateworks.com>
Thu, 13 Jul 2023 18:56:08 +0000 (11:56 -0700)
committerMarek Vasut <marex@denx.de>
Fri, 25 Aug 2023 00:36:19 +0000 (02:36 +0200)
commite3380e1c1a88af454c1a41b6b63a8822e57f9a45
tree25849eccc5a630b9896d69fe8cb4b8b6a34aca41
parentc90729c46348cbc90d510708c407c8b783c970a9
phy: phy-imx8mq-usb: clean up clock code

use CONFIG_IS_ENABLED for clock enable/disable and change printf's
to dev_err. Additionlly remove the comment that does not make sense.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/phy/phy-imx8mq-usb.c