We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0eb8f commit 8932089Copy full SHA for 8932089
drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c
@@ -214,8 +214,7 @@ static int __maybe_unused qcom_snps_hsphy_runtime_suspend(struct device *dev)
214
if (!hsphy->phy_initialized)
215
return 0;
216
217
- qcom_snps_hsphy_suspend(hsphy);
218
- return 0;
+ return qcom_snps_hsphy_suspend(hsphy);
219
}
220
221
static int __maybe_unused qcom_snps_hsphy_runtime_resume(struct device *dev)
@@ -225,8 +224,7 @@ static int __maybe_unused qcom_snps_hsphy_runtime_resume(struct device *dev)
225
224
226
227
228
- qcom_snps_hsphy_resume(hsphy);
229
+ return qcom_snps_hsphy_resume(hsphy);
230
231
232
static int qcom_snps_hsphy_set_mode(struct phy *phy, enum phy_mode mode,
0 commit comments