]> git.ipfire.org Git - thirdparty/linux.git/commit
phy: fsl-imx8mq-usb: set platform driver data
authorXu Yang <xu.yang_2@nxp.com>
Tue, 20 Jan 2026 11:16:46 +0000 (19:16 +0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 21 Jan 2026 07:15:58 +0000 (12:45 +0530)
commitdebf8326a435ac746f48173e4742a574810f1ff4
tree74291b4196ffe6208f79d6cb5c5fa7ebe0e248d1
parent27ee0869d77b2cb404770ac49bdceae3aedf658b
phy: fsl-imx8mq-usb: set platform driver data

Add missing platform_set_drvdata() as the data will be used in remove().

Fixes: b58f0f86fd61 ("phy: fsl-imx8mq-usb: add tca function driver for imx95")
Cc: stable@vger.kernel.org
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20260120111646.3159766-1-xu.yang_2@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/freescale/phy-fsl-imx8mq-usb.c