Re: (subset) [PATCH] drm: correct comments

2022-07-21 Thread Maxime Ripard
On Mon, 18 Jul 2022 09:53:57 +0800, Liu Zixian wrote: > On failure, these functions return error pointer, not NULL. > > Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime

Re: [PATCH] drm: correct comments

2022-07-15 Thread Maxime Ripard
Hi, On Fri, Jul 15, 2022 at 05:22:56PM +0800, Liu Zixian wrote: > On failure, these functions return errno, not NULL. They don't return an errno but an error pointer Maxime