13 Apr
2021
13 Apr
'21
2:43 p.m.
On Sun, Apr 11, 2021 at 02:51:06PM +0200, Christophe JAILLET wrote:
If 'devm_regmap_init_i2c()' fails, there is no need to goto err. We should return directly as already done by the surrounding error handling paths.
These are stylistic improvements rather than bug fixes so it's probably better not to call them fixes.