Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH RESEND 0/4] phy: Use dev_err_probe() to simplify code
@ 2022-09-24  7:02 Yuan Can
  2022-09-24  7:02 ` [PATCH RESEND 1/4] phy: qcom-qmp-combo: " Yuan Can
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Yuan Can @ 2022-09-24  7:02 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, kishon, vkoul, linux-arm-msm,
	linux-phy
  Cc: yuancan

This series simplify the error handling in probe function by
switching from dev_err() to dev_err_probe().

Yuan Can (4):
  phy: qcom-qmp-combo: Use dev_err_probe() to simplify code
  phy: qcom-qmp-pcie-msm8996: Use dev_err_probe() to simplify code
  phy: qcom-qmp-ufs: Use dev_err_probe() to simplify code
  phy: qcom-qmp-usb: Use dev_err_probe() to simplify code

 drivers/phy/qualcomm/phy-qcom-qmp-combo.c     | 21 +++++++------------
 .../phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c  |  9 +++-----
 drivers/phy/qualcomm/phy-qcom-qmp-ufs.c       |  9 +++-----
 drivers/phy/qualcomm/phy-qcom-qmp-usb.c       |  9 +++-----
 4 files changed, 16 insertions(+), 32 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-24  7:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-24  7:02 [PATCH RESEND 0/4] phy: Use dev_err_probe() to simplify code Yuan Can
2022-09-24  7:02 ` [PATCH RESEND 1/4] phy: qcom-qmp-combo: " Yuan Can
2022-09-24  7:02 ` [PATCH RESEND 2/4] phy: qcom-qmp-pcie-msm8996: " Yuan Can
2022-09-24  7:02 ` [PATCH RESEND 3/4] phy: qcom-qmp-ufs: " Yuan Can
2022-09-24  7:03 ` [PATCH RESEND 4/4] phy: qcom-qmp-usb: " Yuan Can
2022-09-24  7:33 ` [PATCH RESEND 0/4] phy: " Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox