diff options
author | Lukas Bulwahn <lukas.bulwahn@redhat.com> | 2025-06-23 10:12:40 +0200 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2025-06-23 22:19:49 +0200 |
commit | d375b70a0f47a032813be33493c97133cc080f74 (patch) | |
tree | d46ba751664dd41ed3b6b95ea3911289b5c2083c | |
parent | 58ae036172b5f051a19a32eba94a3e5eb37bf47e (diff) |
MAINTAINERS: rectify file entry in QUALCOMM SMB CHARGER DRIVER
Commit 4deeea4b0741 ("MAINTAINERS: add myself as smbx charger driver
maintainer") adds the section QUALCOMM SMB CHARGER DRIVER in MAINTAINERS,
including a file entry pointing to qcom_smbx_charger.c. Within the same
patch series, the commit 5ec53bcc7fce ("power: supply: pmi8998_charger:
rename to qcom_smbx") renames qcom_pmi8998_charger.c to qcom_smbx.c and not
to qcom_smbx_charger.c, though. Note that the commit message clearly
indicates the intentional removal of the "_charger" suffix.
Refer to the intended file.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Acked-by: Casey Connolly <casey.connolly@linaro.org>
Link: https://lore.kernel.org/r/20250623081240.149446-1-lukas.bulwahn@redhat.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0a61f8e63245..2e052be4f14e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20528,7 +20528,7 @@ M: Casey Connolly <casey.connolly@linaro.org> L: linux-arm-msm@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/power/supply/qcom,pmi8998-charger.yaml -F: drivers/power/supply/qcom_smbx_charger.c +F: drivers/power/supply/qcom_smbx.c QUALCOMM QSEECOM DRIVER M: Maximilian Luz <luzmaximilian@gmail.com> |