commit | 21d08bbcb19d9cdef8ab5b584f25b50d842068e9 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Jun 08 19:28:18 2009 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Jun 10 16:13:27 2009 +0300 |
tree | a50210d1fe832fa9273483a6f4ba42102d8c3828 | |
parent | 52b605d107de72c1d3385a3df972e79fb5befa4c [diff] |
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 <Artem.Bityutskiy@nokia.com>