On Mon, 30 Sep 2024 18:16:04 +0200 (CEST)
Julia Lawall wrote:
> On Mon, 30 Sep 2024, Boris Brezillon wrote:
>
> > The group variable can't be used to retrieve ptdev in our second loop,
> > because it might be uninitialized or point to a group that's already
> > gone. Get the ptdev object from th
On Mon, 30 Sep 2024, Boris Brezillon wrote:
> The group variable can't be used to retrieve ptdev in our second loop,
> because it might be uninitialized or point to a group that's already
> gone. Get the ptdev object from the scheduler instead.
Won't it always be pointing to some random place
The group variable can't be used to retrieve ptdev in our second loop,
because it might be uninitialized or point to a group that's already
gone. Get the ptdev object from the scheduler instead.
Fixes: d72f049087d4 ("drm/panthor: Allow driver compilation")
Reported-by: kernel test robot
Reported-