Re: [PATCH] drm/pl111: add in missing sentinel to a of_device_id array

2018-08-28 Thread Linus Walleij
On Thu, Aug 23, 2018 at 1:16 PM zhong jiang wrote: > I has posted the same patch about a month ago. but it seems to be ignored.:-( > > https://lore.kernel.org/patchwork/patch/971652/ I applied your patch and pushed it. Yours, Linus Walleij ___

Re: [PATCH] drm/pl111: add in missing sentinel to a of_device_id array

2018-08-23 Thread zhong jiang
Hi, Colin I has posted the same patch about a month ago. but it seems to be ignored.:-( https://lore.kernel.org/patchwork/patch/971652/ Thanks, zhong jiang On 2018/8/21 18:54, Colin King wrote: > From: Colin Ian King > > Array vexpress_muxfpga_match is missing an end of array sentinel, > add

Re: [PATCH] drm/pl111: add in missing sentinel to a of_device_id array

2018-08-23 Thread Linus Walleij
On Tue, Aug 21, 2018 at 12:54 PM Colin King wrote: > From: Colin Ian King > > Array vexpress_muxfpga_match is missing an end of array sentinel, > add it. > > Detected by Coccinelle: ("vexpress_muxfpga_match is not NULL > terminated at line") > > Fixes: ca454bd42dc2 ("drm/pl111: Support the

[PATCH] drm/pl111: add in missing sentinel to a of_device_id array

2018-08-21 Thread Colin King
From: Colin Ian King Array vexpress_muxfpga_match is missing an end of array sentinel, add it. Detected by Coccinelle: ("vexpress_muxfpga_match is not NULL terminated at line") Fixes: ca454bd42dc2 ("drm/pl111: Support the Versatile Express") Signed-off-by: Colin Ian King ---