[MTD] [NAND] nand_base.c: fix type of eccpos pointer

2007-10-13 Thread Linux Kernel Mailing List
May 28 19:17:54 2007 +0100 Committer: David Woodhouse [EMAIL PROTECTED] CommitDate: Thu Jun 28 20:23:40 2007 +0100 [MTD] [NAND] nand_base.c: fix type of eccpos pointer The nand_base.c driver implicitly casts the uint32_t eccpos array to 'int *', which is not only not guaranteed

[MTD] [NAND] nand_base.c: fix type of eccpos pointer

2007-08-02 Thread Linux Kernel Mailing List
May 28 19:17:54 2007 +0100 Committer: David Woodhouse [EMAIL PROTECTED] CommitDate: Thu Aug 2 21:47:01 2007 +0100 [MTD] [NAND] nand_base.c: fix type of eccpos pointer The nand_base.c driver implicitly casts the uint32_t eccpos array to 'int *', which is not only not guaranteed