mtd: s3c2410: Fix potential NULL pointer dereference error
commitded4c55d108e0e4e4ba221b39a782e85d77a5ca0
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 16 Nov 2012 10:38:22 +0000 (16 16:08 +0530)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Sun, 18 Nov 2012 10:44:38 +0000 (18 12:44 +0200)
tree174b12ca34284777de7fd47586b9f09409a5f743
parent2cbba75a56ea78e6876b4e2547a882f10b3fe72b
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 <sachin.kamat@linaro.org>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/nand/s3c2410.c