drm/bridge/analogix/anx78xx: Drop ID table
authorBiju Das <biju.das.jz@bp.renesas.com>
Thu, 31 Aug 2023 08:09:35 +0000 (09:09 +0100)
committerDouglas Anderson <dianders@chromium.org>
Wed, 6 Sep 2023 15:32:28 +0000 (08:32 -0700)
commit39e0b96d61b6f5ad880d9953dc2b4c5b3ee145b3
treebc31451dfd4ab3ba2579fc085c9c39e1dcbb5cf7
parent6bd3d8da51ca1ec97c724016466606aec7739b9f
drm/bridge/analogix/anx78xx: Drop ID table

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@bp.renesas.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230831080938.47454-2-biju.das.jz@bp.renesas.com
drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c