Re: [PATCH 2/6] staging: sm750fb: sm750_hw_fillrect: propagate de_wait() error

From: Dan Carpenter

Date: Thu Mar 05 2026 - 00:34:48 EST


On Wed, Mar 04, 2026 at 11:05:25PM +0530, Soham Kute wrote:
> Propagate the error from accel->de_wait() instead of returning -1.
> The caller treats all non-zero return values as failure.

No, the caller just ignores the errors.

regards,
dan carpenter