]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3b44c9e5f52982102aec0994d32620ddee4a2520
treeaa51a989c3f1fd4510b455ebddf1b1fc4a7e65b6
parenta5da17dfeb58520b68ef388f335bb5c166e97600
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