Message ID | 20231205-pmicpdcharger-ulog-fixups-v1-0-71c95162cb84@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | soc: qcom: pmic_pdcharger_ulog: Fix compilation | expand |
On Tue, 05 Dec 2023 17:05:08 -0600, Andrew Halaney wrote: > I ran into a compilation error on -next today, and while at it I ran > into a few other little things I wanted to squash. > > Applied, thanks! [1/3] soc: qcom: pmic_pdcharger_ulog: Search current directory for headers commit: 4d2b810f44f1c7b65d374b0128dabb15f1fd6c09 [2/3] soc: qcom: pmic_pdcharger_ulog: Move TRACE_SYSTEM out of #if protection commit: a74ebfcd60c649f1bff7c369e432c322ae0a0d6a [3/3] soc: qcom: pmic_pdcharger_ulog: Fix hypothetical ulog request message endianess commit: fbfd1f55ad34be14e52b39a1b83ae1f0d29b890c Best regards,
I ran into a compilation error on -next today, and while at it I ran into a few other little things I wanted to squash. Signed-off-by: Andrew Halaney <ahalaney@redhat.com> --- Andrew Halaney (3): soc: qcom: pmic_pdcharger_ulog: Search current directory for headers soc: qcom: pmic_pdcharger_ulog: Move TRACE_SYSTEM out of #if protection soc: qcom: pmic_pdcharger_ulog: Fix hypothetical ulog request message endianess drivers/soc/qcom/Makefile | 1 + drivers/soc/qcom/pmic_pdcharger_ulog.c | 6 +++--- drivers/soc/qcom/pmic_pdcharger_ulog.h | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) --- base-commit: 0f5f12ac05f36f117e793656c3f560625e927f1b change-id: 20231205-pmicpdcharger-ulog-fixups-94b0f409e444 Best regards,