Re: [PATCH 4/6] scsi: ceva: Use generic_phy_valid() helper

2023-08-31 Thread Michal Simek
On 9/1/23 00:16, Jonas Karlman wrote: The documentation for struct phy state that "The content of the structure is managed solely by the PHY API and PHY drivers". Change to use the generic_phy_valid() helper to check if phy is valid. Fixes: f6f5451d469b ("scsi: ceva: Enable PHY and reset sup

[PATCH 4/6] scsi: ceva: Use generic_phy_valid() helper

2023-08-31 Thread Jonas Karlman
The documentation for struct phy state that "The content of the structure is managed solely by the PHY API and PHY drivers". Change to use the generic_phy_valid() helper to check if phy is valid. Fixes: f6f5451d469b ("scsi: ceva: Enable PHY and reset support") Signed-off-by: Jonas Karlman --- d