From: Sachin Kamat Date: Fri, 16 Nov 2012 10:38:22 +0000 (+0530) Subject: mtd: s3c2410: Fix potential NULL pointer dereference error X-Git-Tag: v3.8-rc1~47^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ded4c55d108e0e4e4ba221b39a782e85d77a5ca0;p=pandora-kernel.git mtd: s3c2410: Fix potential NULL pointer dereference error 'set' is tested for NULL. But subsequently accessed without the check. Thus making it conditional to avoid NULL pointer dereferencing. Signed-off-by: Sachin Kamat Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed