]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: Make asic3_clk_enable() a void function
authorPaul Parsons <lost.distance@yahoo.com>
Tue, 9 Aug 2011 16:27:43 +0000 (16:27 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 21 Sep 2011 10:47:37 +0000 (12:47 +0200)
commit6d0231a55b3e1bcc416ceb327a255176a2646561
tree6a69844d8122a9c40201b04ea2f17810b6075794
parentef87d6cffff683d20d399dac9d7bd6bf730668f1
mfd: Make asic3_clk_enable() a void function

The return value of asic3_clk_enable() was neither used nor useful. So let's
make it a void function, and thereby match asic3_clk_disable().

Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/asic3.c