public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH - 2.5.69] Warning fix in drivers/mtd/mtdblock.c
@ 2003-05-08  8:03 Krishnakumar. R
  0 siblings, 0 replies; only message in thread
From: Krishnakumar. R @ 2003-05-08  8:03 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Christoph Hellwig, linux-kernel

Hi,

The following patch will remove the compilation warning 
of  "unused variable" from the drivers/mtd/mtdblock.c.
Please apply.

Regards
KK

diffstat -p1 mtdblock-2.5.69.patch
===========================
drivers/mtd/mtdblock.c |    1 -
1 files changed, 1 deletion(-)


--- linux-2.5.69/drivers/mtd/mtdblock.c.orig    Mon May  5 05:23:13 2003
+++ linux-2.5.69/drivers/mtd/mtdblock.c Thu May  8 13:46:38 2003
@@ -522,7 +522,6 @@
 static void mtd_notify_add(struct mtd_info* mtd)
 {
        struct gendisk *disk;
-        char name[16];

         if (!mtd || mtd->type == MTD_ABSENT)
                 return;



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-08  7:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-08  8:03 [PATCH - 2.5.69] Warning fix in drivers/mtd/mtdblock.c Krishnakumar. R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox