Re: [PATCH RFC 1/2] mtd : Prevent the NULL pointer access

2012-01-27 Thread Brian Norris
On Mon, Jan 23, 2012 at 12:12 AM, Shubhrajyoti D shubhrajy...@ti.com wrote: This patch intends to fix the null pointer access. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com ---  drivers/mtd/mtdcore.c |    5 +++--  1 files changed, 3 insertions(+), 2 deletions(-) diff --git

[PATCH RFC 1/2] mtd : Prevent the NULL pointer access

2012-01-23 Thread Shubhrajyoti D
This patch intends to fix the null pointer access. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- drivers/mtd/mtdcore.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c index 6ae9ca0..2b3bda7 100644 ---