]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge patch series "pinctrl: intel: platform: fix error path in device_for_each_child...
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 30 Sep 2024 11:35:38 +0000 (14:35 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 30 Sep 2024 11:35:38 +0000 (14:35 +0300)
Javier Carrasco <javier.carrasco.cruz@gmail.com> says:

This series fixes an error path where the reference of a child node is
not decremented upon early return. When at it, a trivial comma/semicolon
substitution I found by chance has been added to improve code clarity.

Link: https://lore.kernel.org/r/20240926-intel-pinctrl-platform-scoped-v1-0-5ee4c936eea3@gmail.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Trivial merge