]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm: rcar-du: Don't open code of_device_get_match_data()
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sun, 16 Oct 2016 08:01:47 +0000 (10:01 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 4 Apr 2017 14:03:43 +0000 (17:03 +0300)
commit9e7d80e648793d5bf263a3ec9cfb1cf29b86a6e0
tree1e962d6cc118d4ec28d59092eb552a870901d33b
parente79a7dfafa3adedb7653f6d14fea3376db5285e2
drm: rcar-du: Don't open code of_device_get_match_data()

This change will also make Coverity happy by avoiding a theoretical NULL
pointer dereference; yet another reason is to use the above helper function
to tighten the code and make it more readable.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/rcar-du/rcar_du_drv.c