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: v2.6.31-rc1~286^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d08bbcb19d9cdef8ab5b584f25b50d842068e9;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