Searched hist:"1314 e1220d7d31aa99ed551e42d76ba7be8e5bf4" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/misc/ |
H A D | tps6594-pfsm.c | diff 1314e1220d7d31aa99ed551e42d76ba7be8e5bf4 Mon Aug 07 11:30:10 CEST 2023 Ruan Jinjie <ruanjinjie@huawei.com> misc: tps6594: Remove redundant dev_err_probe() for platform_get_irq_byname()
There is no need to call the dev_err_probe() function directly to print a custom message when handling an error from platform_get_irq_byname() function as it is going to display an appropriate error message in case of a failure.
Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com> Link: https://lore.kernel.org/r/20230807093010.2112302-1-ruanjinjie@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | tps6594-esm.c | diff 1314e1220d7d31aa99ed551e42d76ba7be8e5bf4 Mon Aug 07 11:30:10 CEST 2023 Ruan Jinjie <ruanjinjie@huawei.com> misc: tps6594: Remove redundant dev_err_probe() for platform_get_irq_byname()
There is no need to call the dev_err_probe() function directly to print a custom message when handling an error from platform_get_irq_byname() function as it is going to display an appropriate error message in case of a failure.
Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com> Link: https://lore.kernel.org/r/20230807093010.2112302-1-ruanjinjie@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|