]> git.baikalelectronics.ru Git - 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)
commit1b891e770b0ec8c5a9a8431a5fa18c9047c1379f
tree33782a38c1d0ffc9883964b694a096af0229b0e4
parent52c33df99ecddc4c9557cec90de5274c13deb6ce
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