On Thu, 15 Jan 2026 13:56:42 +0000 Akash Goel <[email protected]> wrote:
> > +int panthor_gem_shrinker_init(struct panthor_device *ptdev)
> > +{
> > + struct shrinker *shrinker;
> > +
> > + drmm_mutex_init(&ptdev->base, &ptdev->reclaim.lock);
>
> Please consider checking the return value of drmm_mutex_init().
I will.
