diff options
author | Jean-François Lessard <jefflessard3@gmail.com> | 2025-09-02 15:04:40 -0400 |
---|---|---|
committer | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-09-10 14:49:45 +0200 |
commit | d32bb69523b86c85fc91d4c8a6d8313639ac1c1c (patch) | |
tree | a874c93cb11459d920acd6e05ae2cdba4fe474e7 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
parent | 448097bbd3836d2ee46fa6eabd18661e9a3c8be8 (diff) |
i2c: core: Use fwnode_for_each_child_node_scoped()
Replace the manual __free(fwnode_handle) iterator declaration with the
new scoped iterator macro for cleaner, less error-prone code.
This eliminates the need for explicit iterator variable declaration with
the cleanup attribute, making the code more consistent with other scoped
iterator usage patterns in the kernel.
Signed-off-by: Jean-François Lessard <jefflessard3@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions