commit | 95138e01275e1af3f1fc2780fe1d9c6138b29c7a | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andy.shevchenko@gmail.com> | Mon May 10 12:50:43 2021 +0300 |
committer | Pavel Machek <pavel@ucw.cz> | Fri May 28 12:00:16 2021 +0200 |
tree | 7a83ae4e08ad3ba0f8b80b0ffe7522bd49483052 | |
parent | d33e98a1f3ee76f38668304f9ffce49af07da77a [diff] |
leds: pwm: Make error handling more robust It's easy to miss necessary clean up, e.g. firmware node reference counting, during error path in ->probe(). Make it more robust by moving to a single point of return. Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Pavel Machek <pavel@ucw.cz>