public inbox for linux-rockchip@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH linux-next 0/5] Use dev_err_probe() in phy
@ 2025-04-02 11:41 shao.mingyin
  2025-04-02 11:42 ` [PATCH linux-next 1/5] phy: allwinner: phy-sun50i-usb3: Use dev_err_probe() shao.mingyin
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: shao.mingyin @ 2025-04-02 11:41 UTC (permalink / raw)
  To: vkoul, robert.marko
  Cc: kishon, wens, jernej.skrabec, samuel, zhang.enpei, linux-phy,
	linux-arm-kernel, linux-sunxi, linux-kernel, luka.perkov, vkoul,
	linux-arm-msm, heiko, linux-rockchip, yang.yang29, xu.xin16,
	ye.xingchen

From: Zhang Enpei <zhang.enpei@zte.com.cn>

Use dev_err_probe() to simplify the following code
sequence:
  if (err != -EPROBE_DEFER)
      dev_err(dev, ...);
  else
      dev_dbg(dev, ...);
  return err;

Zhang Enpei (5):
  phy: allwinner: phy-sun50i-usb3: Use dev_err_probe()
  phy: broadcom: phy-bcm63xx-usbh: Use dev_err_probe()
  phy: qualcomm: phy-qcom-ipq4019-usb: Use dev_err_probe()
  phy: lantiq: phy-lantiq-rcu-usb2: Use dev_err_probe()
  phy: rockchip: phy-rockchip-typec: Use dev_err_probe()

 drivers/phy/allwinner/phy-sun50i-usb3.c     | 8 +++-----
 drivers/phy/broadcom/phy-bcm63xx-usbh.c     | 8 +++-----
 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c    | 8 +++-----
 drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c | 8 +++-----
 drivers/phy/rockchip/phy-rockchip-typec.c   | 8 +++-----
 5 files changed, 15 insertions(+), 25 deletions(-)

-- 
2.25.1

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2025-10-20 12:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02 11:41 [PATCH linux-next 0/5] Use dev_err_probe() in phy shao.mingyin
2025-04-02 11:42 ` [PATCH linux-next 1/5] phy: allwinner: phy-sun50i-usb3: Use dev_err_probe() shao.mingyin
2025-04-03 17:39   ` Jernej Škrabec
2025-04-02 11:43 ` [PATCH linux-next 2/5] phy: broadcom: phy-bcm63xx-usbh: " shao.mingyin
2025-04-02 11:43 ` [PATCH linux-next 3/5] phy: qualcomm: phy-qcom-ipq4019-usb: " shao.mingyin
2025-04-02 14:19   ` Dmitry Baryshkov
2025-04-02 11:44 ` [PATCH linux-next 4/5] phy: lantiq: phy-lantiq-rcu-usb2: " shao.mingyin
2025-04-02 11:45 ` [PATCH linux-next 5/5] phy: rockchip: phy-rockchip-typec: " shao.mingyin
2025-04-05 23:03   ` Sebastian Reichel

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