From: Artem Bityutskiy Date: Mon, 8 Jun 2009 16:28:18 +0000 (+0300) Subject: UBI: fix kmem_cache_free on error patch X-Git-Tag: Release-2010-05/1~3^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33cf98aad98b316b79fbf9928082bde82c427992;p=pandora-kernel.git UBI: fix kmem_cache_free on error patch 'kmem_cache_free()' oopeses if NULL is passed, and there is one error-path place where UBI may call it with NULL object. This problem was pointed to by Adrian Hunter. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed