]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
powerpc/axonram: Drop unnecessary variable initialisation
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 5 Sep 2017 16:47:02 +0000 (18:47 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 22 Oct 2017 10:08:31 +0000 (12:08 +0200)
commita7cd4586210c69c19aef26f4f83d3e492040de1c
tree33782a38c1d0ffc9883964b694a096af0229b0e4
parent3d2d4339cc326c427638daa67e264dd455ee1899
powerpc/axonram: Drop unnecessary variable initialisation

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 <elfring@users.sourceforge.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/sysdev/axonram.c