Re: [PATCH v8 11/23] scsi: ufs: mediatek: Remove undocumented downstream reset cruft

From: Peter Wang (王信友)

Date: Thu Mar 05 2026 - 04:21:31 EST


On Wed, 2026-03-04 at 15:53 +0100, Nicolas Frattaroli wrote:
> @@ -2383,38 +2383,12 @@ MODULE_DEVICE_TABLE(of, ufs_mtk_of_match);
>  static int ufs_mtk_probe(struct platform_device *pdev)
>  {
>   int err;
> - struct device *dev = &pdev->dev, *phy_dev = NULL;
>

Will there be a build error if phy_dev is removed?
Please make sure that each patch can build successfully, one by one.

Thanks
Peter