From: Yuan Can <yuancan@huawei.com>
To: <agross@kernel.org>, <andersson@kernel.org>,
<konrad.dybcio@somainline.org>, <kishon@ti.com>,
<vkoul@kernel.org>, <linux-arm-msm@vger.kernel.org>,
<linux-phy@lists.infradead.org>
Cc: <yuancan@huawei.com>
Subject: [PATCH 0/7] Use dev_err_probe() to simplify code
Date: Thu, 22 Sep 2022 11:12:21 +0000 [thread overview]
Message-ID: <20220922111228.36355-1-yuancan@huawei.com> (raw)
This series simplify the error handling in probe function by
switching from dev_err() to dev_err_probe().
Yuan Can (7):
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-pcie: 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
phy: qcom-qusb2: Use dev_err_probe() to simplify code
phy: qcom-snps: 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-pcie.c | 9 +++----
drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 9 +++----
drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 9 +++----
drivers/phy/qualcomm/phy-qcom-qusb2.c | 27 +++++++------------
drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c | 18 +++++--------
7 files changed, 34 insertions(+), 68 deletions(-)
--
2.17.1
next reply other threads:[~2022-09-22 11:15 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-22 11:12 Yuan Can [this message]
2022-09-22 11:12 ` [PATCH 1/7] phy: qcom-qmp-combo: Use dev_err_probe() to simplify code Yuan Can
2022-09-22 18:03 ` Dmitry Baryshkov
2022-09-22 11:12 ` [PATCH 2/7] phy: qcom-qmp-pcie-msm8996: " Yuan Can
2022-09-22 18:03 ` Dmitry Baryshkov
2022-09-22 11:12 ` [PATCH 3/7] phy: qcom-qmp-pcie: " Yuan Can
2022-09-22 12:46 ` Neil Armstrong
2022-09-22 18:03 ` Dmitry Baryshkov
2022-09-22 11:12 ` [PATCH 4/7] phy: qcom-qmp-ufs: " Yuan Can
2022-09-22 18:03 ` Dmitry Baryshkov
2022-09-22 11:12 ` [PATCH 5/7] phy: qcom-qmp-usb: " Yuan Can
2022-09-22 12:46 ` Neil Armstrong
2022-09-22 18:04 ` Dmitry Baryshkov
2022-09-22 11:12 ` [PATCH 6/7] phy: qcom-qusb2: " Yuan Can
2022-09-22 12:49 ` Neil Armstrong
2022-09-22 18:05 ` Dmitry Baryshkov
2022-09-22 11:12 ` [PATCH 7/7] phy: qcom-snps: " Yuan Can
2022-09-22 18:05 ` Dmitry Baryshkov
2022-09-22 14:26 ` [PATCH 0/7] " Andrew Halaney
2022-09-24 6:38 ` Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220922111228.36355-1-yuancan@huawei.com \
--to=yuancan@huawei.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=kishon@ti.com \
--cc=konrad.dybcio@somainline.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox