Re: [PATCH v1] driver:staging:vme:Remove NULL check of list_entry()
From: Greg KH
Date: Thu Aug 22 2024 - 03:48:07 EST
On Thu, Aug 22, 2024 at 10:57:36AM +0800, Yuesong Li wrote:
> list_entry() will never return a NULL pointer, thus remove the
> check.
Oh, nice catch! I bet there are lots of other places this happens in
the tree as well.