commit | 0433686c6092f65b552eadad651f620e51b6aad1 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Feb 24 22:07:45 2023 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 10 09:06:22 2023 +0100 |
tree | de29f5fd74b5521747d780776509765b757507bd | |
parent | 295209ca7b5b3aa6375d6190311b2ae804dbcf65 [diff] |
devres: Pass unique name of the resource to devm_add_action() Pass the unique name of the resource to devm_add_action(), so it will be easier to debug managed resources. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20230224200745.17324-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>