Re: [PATCH 1/2] powerpc/smp: Drop superfluous NULL check
From: Michael Ellerman <hidden> Date: 2020-04-01 13:34:41
On Fri, 2020-03-13 at 11:20:19 UTC, Michael Ellerman wrote:
We don't need the NULL check of np, the result is the same because the
OF helpers cope with NULL, of_node_to_nid(NULL) == NUMA_NO_NODE (-1).
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>