Re: [PATCH] drm/connector: Remove usage of the deprecated ida_simple_xxx API

2022-06-24 Thread Daniel Vetter
On Fri, Jun 17, 2022 at 04:23:19AM -0400, Bo Liu wrote: > Use ida_alloc_xxx()/ida_free() instead of > ida_simple_get()/ida_simple_remove(). > The latter is deprecated and more verbose. > > Signed-off-by: Bo Liu Thanks for your patch, applied to drm-misc-next. -Daniel > --- > drivers/gpu/drm/drm

Re: [PATCH] drm/connector: Remove usage of the deprecated ida_simple_xxx API

2022-06-16 Thread Christophe JAILLET
Le 16/06/2022 à 07:18, Bo Liu a écrit : Use ida_alloc_xxx()/ida_free() instead of ida_simple_get()/ida_simple_remove(). The latter is deprecated and more verbose. Signed-off-by: Bo Liu --- drivers/gpu/drm/drm_connector.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) dif