Re: [PATCH 1/2] component: Add helper for device nodes

2022-11-03 Thread Mark Brown
On Thu, Nov 03, 2022 at 02:22:21PM -0400, Sean Anderson wrote: > There is a common case where component_patch_add_release is called with > component_release_of/component_compare_of and a device node. Add a > helper and convert existing users. The usual pattern here would be to split adding the

[PATCH 1/2] component: Add helper for device nodes

2022-11-03 Thread Sean Anderson
There is a common case where component_patch_add_release is called with component_release_of/component_compare_of and a device node. Add a helper and convert existing users. Signed-off-by: Sean Anderson --- drivers/iommu/mtk_iommu.c| 3 +-- drivers/iommu/mtk_iommu_v1.c | 3 +--