]> git.baikalelectronics.ru Git - kernel.git/commit
drm/pl111: Make sure of_device_id tables are NULL terminated
authorzhong jiang <zhongjiang@huawei.com>
Sat, 4 Aug 2018 10:49:27 +0000 (18:49 +0800)
committerSean Paul <seanpaul@chromium.org>
Mon, 10 Sep 2018 20:01:22 +0000 (16:01 -0400)
commit408a2bc84a009ff326da6f980b98c6ef8b98d607
treead4d033915b5940e1ea9f788c0d35613d3980780
parentaddb9f662e2d52bf499f76bc17ff4eb748fcc777
drm/pl111: Make sure of_device_id tables are NULL terminated

We prefer to of_device_id tables are NULL terminated. So make
vexpress_muxfpga_match is NULL terminated.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1533379767-15629-1-git-send-email-zhongjiang@huawei.com
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/pl111/pl111_vexpress.c