Re: [PATCH 4/9] powerpc/ps3: remove an unneeded NULL check
From: Michael Ellerman <hidden>
Date: 2020-04-06 13:33:13
From: Michael Ellerman <hidden>
Date: 2020-04-06 13:33:13
On Fri, 2020-03-27 at 20:26:23 UTC, Geoff Levand wrote:
From: Dan Carpenter <redacted> Static checkers don't like the inconsistent NULL checking on "ops". This function is only called once and "ops" isn't NULL so the check can be removed. Signed-off-by: Dan Carpenter <redacted> Signed-off-by: Geoff Levand <geoff@infradead.org>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/96efbab92cccbe3434501e5a77cbaa01c5bc2767 cheers