commit | a7f8c599c570fc0e2396e8fdccaeeeaefc41dac8 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Jan 31 11:00:17 2009 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Feb 08 17:50:46 2009 +0000 |
tree | 46ffedd691670056203468f5ebfc32d5bf2a6ad8 | |
parent | be5f34b77355b9b1720a88390e51441ef578720b [diff] |
[ARM] omap: fix usecount decrement bug Based upon a patch from Paul Walmsley <paul@pwsan.com>: If _omap2_clk_enable() fails, the clock's usecount must be decremented by one no matter whether the clock has a parent or not. but reorganised a bit. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>