
28 Oct
2010
28 Oct
'10
7:53 p.m.
On Tue, 26 Oct 2010 23:28:05 +0530 Sughosh Ganu urwithsughosh@gmail.com wrote:
diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c index d41579c..ad70dd9 100644 --- a/drivers/mtd/nand/davinci_nand.c +++ b/drivers/mtd/nand/davinci_nand.c @@ -635,6 +635,7 @@ void davinci_nand_init(struct nand_chip *nand) nand->write_buf = nand_davinci_write_buf;
nand->dev_ready = nand_davinci_dev_ready;
- nand->select_chip = NULL;
Shouldn't it already be NULL from the BSS?
There are many other fields where this is relied on...
-Scott