i2c: stm32f7: use dev_err_probe upon calls of devm_request_irq
authorAlain Volmat <alain.volmat@foss.st.com>
Fri, 15 Dec 2023 17:06:05 +0000 (18:06 +0100)
committerWolfram Sang <wsa@kernel.org>
Thu, 18 Jan 2024 20:10:44 +0000 (21:10 +0100)
commita51e224c2f42417e95a3e1a672ade221bcd006ba
treec677e6d53431c196d3e8c532f46cada6a8b795f8
parent2f189493ae32be9768b27072c9388e62b38d2dda
i2c: stm32f7: use dev_err_probe upon calls of devm_request_irq

Convert error handling upon calls of devm_request_irq functions during
the probe of the driver.

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