On Tue, 19 Nov 2024 19:20:28 +, Biju Das wrote:
> This patch series aims to fix 2 bugs in the ADV7535 driver
>
> 1) use-after-free bug in adv7533_attach_dsi()
> 2) Drop unsupported single lane.
>
> Changes in v7:
> - Dropped check for host_node as of_node_put() is a no-op when called
>wi
This patch series aims to fix 2 bugs in the ADV7535 driver
1) use-after-free bug in adv7533_attach_dsi()
2) Drop unsupported single lane.
Changes in v7:
- Dropped check for host_node as of_node_put() is a no-op when called
with a NULL pointer.
- Added Rb tag from Laurent for patch#1.
Change