commit | 5f90b9b484938f7466e25cd5506e86ebf9dbcd17 | [log] [tgz] |
---|---|---|
author | Heiko Stübner <heiko@sntech.de> | Fri Jul 05 14:40:53 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 24 22:54:50 2013 -0700 |
tree | 1d59d6b520b3dac565ebfd37837f5cacc72675d5 | |
parent | 78049a00ceeb1453cedcd109bb5487986ab46928 [diff] |
misc: sram: fix error path in sram_probe The pool is created thru devm_gen_pool_create, so the call to gen_pool_destroy is not necessary. Instead the sram-clock must be turned off again if it exists. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Ulrich Prinz <ulrich.prinz@googlemail.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>