]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
i2c: stm32f7: simplify status messages in case of errors
authorAlain Volmat <alain.volmat@foss.st.com>
Fri, 15 Dec 2023 17:06:07 +0000 (18:06 +0100)
committerWolfram Sang <wsa@kernel.org>
Thu, 18 Jan 2024 20:10:44 +0000 (21:10 +0100)
commit33a00d919253022aabafecae6bc88a6fad446589
tree2644ff748d5d4bcd7978ca247d7d248213aee77d
parente6103cd45ef0e14eb02f0666bc6b494902cfe821
i2c: stm32f7: simplify status messages in case of errors

Avoid usage of __func__ when reporting an error message
since dev_err/dev_dbg are already providing enough details
to identify the source of the message.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-stm32f7.c