diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2011-07-25 17:26:55 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-07-25 17:26:55 +0100 |
commit | 98f4a2c27c76e7eaf75c2f3f25487fabca62ef3d (patch) | |
tree | 62847ed650ec2a13a764317819c9c042c1775e98 /arch/mips/loongson/lemote-2f | |
parent | 464fd83e841a16f4ea1325b33eb08170ef5cd1f4 (diff) | |
download | talos-op-linux-98f4a2c27c76e7eaf75c2f3f25487fabca62ef3d.tar.gz talos-op-linux-98f4a2c27c76e7eaf75c2f3f25487fabca62ef3d.zip |
MIPS: Remove pointless return statement from empty void functions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
To: Sergei Shtylyov <sshtylyov@mvista.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2391/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/loongson/lemote-2f')
-rw-r--r-- | arch/mips/loongson/lemote-2f/ec_kb3310b.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/loongson/lemote-2f/ec_kb3310b.c b/arch/mips/loongson/lemote-2f/ec_kb3310b.c index 64057244eec5..2b666d3a3947 100644 --- a/arch/mips/loongson/lemote-2f/ec_kb3310b.c +++ b/arch/mips/loongson/lemote-2f/ec_kb3310b.c @@ -45,8 +45,6 @@ void ec_write(unsigned short addr, unsigned char val) /* flush the write action */ inb(EC_IO_PORT_DATA); spin_unlock_irqrestore(&index_access_lock, flags); - - return; } EXPORT_SYMBOL_GPL(ec_write); |