[GIT PULL] SOC FSL fixes for 6.12
From: Christophe Leroy
Date: Thu Oct 03 2024 - 01:21:36 EST
Hi Arnd,
Please pull the following Freescale Soc Drivers fixes for 6.12
Thanks
Christophe
The following changes since commit 7a99b1c0bce5cf8c554ceecd29ad1e8085557fd3:
Merge branch 'support-for-quicc-engine-tsa-and-qmc' (2024-09-03
07:51:34 +0200)
are available in the Git repository at:
https://github.com/chleroy/linux.git tags/soc_fsl-6.12-3
for you to fetch changes up to 1117b916f541fc8e4ce812843555432022e5aa0e:
soc: fsl: cpm1: qmc: Fix unused data compilation warning (2024-10-02
23:29:38 +0200)
----------------------------------------------------------------
FSL SOC fixes for v6.12:
- Fix a "cast to pointer from integer of different size" build error
due to IS_ERROR_VALUE() used with something which is not a pointer.
- Fix an unused data build warning.
----------------------------------------------------------------
Geert Uytterhoeven (1):
soc: fsl: cpm1: qmc: Do not use IS_ERR_VALUE() on error pointers
Herve Codina (1):
soc: fsl: cpm1: qmc: Fix unused data compilation warning
drivers/soc/fsl/qe/qmc.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)