mbox series

[0/2] VSP trivial enhancements

Message ID 20210301120208.6707-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series VSP trivial enhancements | expand

Message

Biju Das March 1, 2021, 12:02 p.m. UTC
This patch series fixes 2 null pointer issues on the below cases

1) Use BRS without BRU module

2) UIF module is not used.

This issues were found during display bringup on RZ/G2L SoC.
RZ/G2L has only BRS module and no UIF module.

Biju Das (2):
  media: v4l: vsp1: Fix bru null pointer access
  media: v4l: vsp1: Fix uif null pointer access

 drivers/media/platform/vsp1/vsp1_drm.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)