clk: Deduplicate exit code in clk_set_rate
authorNestor Ovroy <novroy@riseup.net>
Fri, 18 Jan 2013 16:07:39 +0000 (17:07 +0100)
committerMike Turquette <mturquette@linaro.org>
Mon, 21 Jan 2013 22:29:11 +0000 (14:29 -0800)
On non-out case 'return ret;' is equivalent to 'return 0;' as the ret
variable is initialized at 0 and never changed.

Signed-off-by: Nestor Ovroy <novroy@riseup.net>

No differences found