From: Artem Bityutskiy Date: Fri, 25 Mar 2011 16:48:59 +0000 (+0200) Subject: UBI: do not compare array with NULL X-Git-Tag: v2.6.39-rc3~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e5133cc757912e7ba2bfbbfb384667707f45ec3;p=pandora-kernel.git UBI: do not compare array with NULL Coverity spotted that UBI debugging code tries to compare an array and NULL, which obviously makes little sense. Kill this check. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed