Re: [PATCH 2/2] drm: Convert users of drm_of_component_match_add to component_match_add_of

2022-11-07 Thread sarha
November 3, 2022 at 8:22 PM, "Sean Anderson" mailto:sean.ander...@seco.com?to=%22Sean%20Anderson%22%20%3Csean.anderson%40seco.com%3E > wrote: > > Every user of this function either uses component_compare_of or > something equivalent. Most of them immediately put the device node as > well.

[PATCH 2/2] drm: Convert users of drm_of_component_match_add to component_match_add_of

2022-11-03 Thread Sean Anderson
Every user of this function either uses component_compare_of or something equivalent. Most of them immediately put the device node as well. Convert these users to component_match_add_of and remove drm_of_component_match_add. Signed-off-by: Sean Anderson ---