]> git.baikalelectronics.ru Git - kernel.git/commit
misc: sram: fix error path in sram_probe
authorHeiko Stübner <heiko@sntech.de>
Fri, 5 Jul 2013 12:40:53 +0000 (14:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 05:54:50 +0000 (22:54 -0700)
commit8d5b204d9f91480f3515bdcc47c85ae02e74e255
tree1d59d6b520b3dac565ebfd37837f5cacc72675d5
parentf0d89842f683efe8ba4c9a89572262e63ff65c01
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>
drivers/misc/sram.c