Re: [v2] axonram: Delete an unnecessary variable initialisation in axon_ram_probe()
From: Michael Ellerman <hidden>
Date: 2017-10-24 08:08:01
Also in:
kernel-janitors, lkml
From: Michael Ellerman <hidden>
Date: 2017-10-24 08:08:01
Also in:
kernel-janitors, lkml
On Tue, 2017-09-05 at 17:11:31 UTC, SF Markus Elfring wrote:
From: Markus Elfring <redacted> Date: Tue, 5 Sep 2017 18:47:02 +0200 The local variable "rc" will eventually be set only to an error code. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring <redacted>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/a7cd4586210c69c19aef26f4f83d3e cheers