summaryrefslogtreecommitdiff
path: root/drivers/soc/fsl/qe/Makefile
diff options
context:
space:
mode:
authorHerve Codina <herve.codina@bootlin.com>2024-08-08 10:10:56 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-10-04 17:38:31 +0300
commitd383db5b4d5a69c50b6da31c9836d069270a190b (patch)
tree219b9da45834035c7be52b73bc7244e7bcda29ee /drivers/soc/fsl/qe/Makefile
parent89d7fff78fc755b4604fbd6c389f9f6baf3cd2e9 (diff)
downloadlinux-d383db5b4d5a69c50b6da31c9836d069270a190b.tar.xz
soc: fsl: cpm1: tsa: Fix tsa_write8()
commit 47a347bae9a491b467ab3543e4725a3e4fbe30f5 upstream. The tsa_write8() parameter is an u32 value. This is not consistent with the function itself. Indeed, tsa_write8() writes an 8bits value. Be consistent and use an u8 parameter value. Fixes: 1d4ba0b81c1c ("soc: fsl: cpm1: Add support for TSA") Cc: stable@vger.kernel.org Signed-off-by: Herve Codina <herve.codina@bootlin.com> Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> Link: https://lore.kernel.org/r/20240808071132.149251-4-herve.codina@bootlin.com Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/soc/fsl/qe/Makefile')
0 files changed, 0 insertions, 0 deletions