Re: [PATCH v2 3/9] net: mdio: Delete usage of driver_deferred_probe_check_state()

2022-07-05 Thread Geert Uytterhoeven
Hi Saravana, On Wed, Jun 1, 2022 at 2:44 PM Saravana Kannan wrote: > Now that fw_devlink=on by default and fw_devlink supports interrupt > properties, the execution will never get to the point where > driver_deferred_probe_check_state() is called before the supplier has > probed successfully or b

[PATCH v2 3/9] net: mdio: Delete usage of driver_deferred_probe_check_state()

2022-06-01 Thread Saravana Kannan via iommu
Now that fw_devlink=on by default and fw_devlink supports interrupt properties, the execution will never get to the point where driver_deferred_probe_check_state() is called before the supplier has probed successfully or before deferred probe timeout has expired. So, delete the call and replace it