Re: [PATCH v2] drm/rocket: Check allocations before use
From: Triet Hoang
Date: Mon Aug 17 2026 - 21:56:07 EST
> This will look like
> if (WARN_ON(ret) || !(&rocket_priv->sched_entity->sched_list))
> kfree(scheds);
> How do you think about that
Hi Igor,
This is a bad idea. Sorry about that and just forget it.
Regards,
Triet