Hello! This patch add support IRQ as optional for lt9611uxc
Changes in v2: - As Luca Ceresoli recommended earlier, I added a patch to replace - request_threaded_irq with devm_request_threaded_irq before making - these changes. - - Since the updates only affected this patch, and the previous patch - was new, I made v2 just for this one. I apologize if this is incorrect. Thanks Vladimir Yakovlev (1): drm/bridge: lontium-lt9611uxc: use irq as optional parameter drivers/gpu/drm/bridge/lontium-lt9611uxc.c | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) -- 2.34.1
