spi/topcliff-pch: Delete an unnecessary return statement in two functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 13 Jan 2017 14:57:03 +0000 (15:57 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 17 Jan 2017 18:35:06 +0000 (18:35 +0000)
commit6ceb3b27b1edd1112f1879cc1f149d39a3da2dc2
treef6c5aac1d545e2929aa6114551d51b4abe187ea3
parentfafd67940774733fa97f4b09412aea6981b82e0a
spi/topcliff-pch: 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 statements here.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-topcliff-pch.c