Hi, On Thu, Aug 24, 2023 at 11:10 AM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > > The driver has an ID table, but it uses the wrong API for retrieving match > data and that will lead to a crash, if it is instantiated by user space or > using ID. From this, there is no user for the ID table and let's drop it > from the driver as it saves some memory. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > v1->v2: > * Dropped ID table support. > --- > drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c | 7 ------- > 1 file changed, 7 deletions(-) Patch ${SUBJECT} needs to be updated to match the change from v1 to v2.