lkml.org 
[lkml]   [2008]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] MTD: fix 2 "unused variables" warnings in drivers/mtd/nand/cafe_nand.c
* Toralf F?rster | 2008-05-26 13:47:51 [+0200]:

>--- a/drivers/mtd/nand/cafe_nand.c
>+++ b/drivers/mtd/nand/cafe_nand.c
>@@ -626,9 +626,7 @@ static int __devinit cafe_nand_probe(struct pci_dev *pdev,
> {
> struct mtd_info *mtd;
> struct cafe_priv *cafe;
>- struct mtd_partition *parts;
> uint32_t ctrl;
>- int nr_parts;
> int err = 0;
>
> /* Very old versions shared the same PCI ident for all three
>@@ -800,6 +798,9 @@ static int __devinit cafe_nand_probe(struct pci_dev *pdev,
> add_mtd_device(mtd);
>
> #ifdef CONFIG_MTD_PARTITIONS
>+ struct mtd_partition *parts;
>+ int nr_parts;
>+
You can't declare variables in the middle of the code, can you?

> nr_parts = parse_mtd_partitions(mtd, part_probes, &parts, 0);
> if (nr_parts > 0) {
> cafe->parts = parts;

Sebastian


\
 
 \ /
  Last update: 2008-05-26 14:01    [W:0.169 / U:0.372 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site