Re: [PATCH] drm: xlnx: pl_disp: fix odd_ptr_err.cocci warnings

2018-04-24 Thread Laurent Pinchart
Hi Julia, Thank you for the patch. On Tuesday, 10 April 2018 08:49:40 EEST Julia Lawall wrote: > From: Fengguang Wu > > PTR_ERR should normally access the value just tested by IS_ERR > > Generated by: scripts/coccinelle/tests/odd_ptr_err.cocci > > Fixes: 742243a44a73

[PATCH] drm: xlnx: pl_disp: fix odd_ptr_err.cocci warnings

2018-04-09 Thread Julia Lawall
From: Fengguang Wu PTR_ERR should normally access the value just tested by IS_ERR Generated by: scripts/coccinelle/tests/odd_ptr_err.cocci Fixes: 742243a44a73 ("drm: xlnx: pl_disp: Use xlnx pipeline calls") CC: Hyun Kwon Signed-off-by: Fengguang