powerpc/4xx: Delete an unnecessary return statement in two functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 11 Jan 2018 17:40:23 +0000 (18:40 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 21 Dec 2018 00:32:49 +0000 (11:32 +1100)
commitae6263cc33742d1c179510b6aadd31108fe89a89
treeaa51a989c3f1fd4510b455ebddf1b1fc4a7e65b6
parenta8d5dadae59f5866ac3b68cb993d532c3bf761e4
powerpc/4xx: Delete an unnecessary return statement in two functions

The script "checkpatch.pl" pointed information out like the following.

WARNING: void function return statements are not generally useful

Thus remove such a statement in the affected functions.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/4xx/ocm.c
arch/powerpc/platforms/4xx/pci.c