]> 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>
Thu, 6 Oct 2011 14:43:55 +0000 (16:43 +0200)
commit4af1dce0bbbd38555ae345aee472e7119934a904
tree7d839470dd2df229e54d2b4f2c0811d9db149caf
parent7b04bdd7730e5fe8e73862cddbbdaeea81c81897
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