From: Heiko Stübner Date: Fri, 5 Jul 2013 12:40:53 +0000 (+0200) Subject: misc: sram: fix error path in sram_probe X-Git-Tag: v3.12-rc1~185^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f90b9b484938f7466e25cd5506e86ebf9dbcd17;p=pandora-kernel.git 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 Tested-by: Ulrich Prinz Acked-by: Philipp Zabel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed