[PATCH] powerpc/sysdev: fix incorrect use to determine if list is empty

Michael Ellerman patch-notifications at ellerman.id.au
Tue Mar 8 23:07:44 AEDT 2022


On Mon, 28 Feb 2022 15:24:33 +0100, Jakob Koschel wrote:
> 'gtm' will *always* be set by list_for_each_entry().
> It is incorrect to assume that the iterator value will be NULL if the
> list is empty.
> 
> Instead of checking the pointer it should be checked if
> the list is empty.
> 
> [...]

Applied to powerpc/next.

[1/1] powerpc/sysdev: fix incorrect use to determine if list is empty
      https://git.kernel.org/powerpc/c/fa1321b11bd01752f5be2415e74a0e1a7c378262

cheers


More information about the Linuxppc-dev mailing list