dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/mtd/nand
Ben Dooks 515495a1da [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
to be the same sign as the source, but is not guaranteed
to be the same size.

Fix by changing nand_base.c to use uint32_t
referencing the eccpos fields.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2007-08-02 21:47:01 +01:00
..
Kconfig [MTD] [NAND] platform NAND driver: add driver 2007-05-08 00:41:55 +01:00
Makefile [MTD] [NAND] platform NAND driver: add driver 2007-05-08 00:41:55 +01:00
ams-delta.c [PATCH] MTD NAND: Fix ams-delta after core conversion 2006-08-27 11:01:30 -07:00
at91_nand.c [MTD] [NAND] at91_nand rdy_pin fix 2007-08-02 21:46:48 +01:00
au1550nd.c [MTD NAND] Remove old code in au1550nd.c 2006-09-22 10:09:44 +01:00
autcpu12.c potential parse error in ifdef 2007-06-01 08:18:27 -07:00
cafe_nand.c [MTD] [NAND] Support multiple chips in CAFÉ driver 2007-05-02 12:26:37 +01:00
cmx270_nand.c [MTD] [NAND] CM-x270 MTD driver 2007-04-27 23:04:32 +01:00
cs553x_nand.c PCI: Cleanup the includes of <linux/pci.h> 2007-05-02 19:02:35 -07:00
diskonchip.c [MIPS] Remove Momentum Ocelot support. 2007-07-31 21:35:29 +01:00
edb7312.c [MTD] [NAND] Fix refactoring of EDB7312 hwcontrol function. 2007-08-02 21:46:07 +01:00
excite_nandflash.c [MTD] [NAND] eXcite nand flash driver 2007-02-11 17:57:49 +01:00
h1910.c [MTD] Refactor NAND hwcontrol to cmd_ctrl 2006-05-23 23:25:53 +02:00
nand_base.c [MTD] [NAND] nand_base.c: fix type of eccpos pointer 2007-08-02 21:47:01 +01:00
nand_bbt.c [MTD] replace kmalloc+memset with kzalloc 2006-11-28 23:47:21 +00:00
nand_ecc.c [MTD] [NAND] fix ifdef option in nand_ecc.c 2006-11-29 00:11:39 +00:00
nand_ids.c [MTD] [NAND] Move ancient NAND chip support into a config option 2007-04-17 18:30:57 +01:00
nandsim.c [MTD] nandsim: enhance nandsim to allow arbitrary NAND size 2007-04-17 13:55:55 -04:00
ndfc.c [MTD] [NAND] Fix endianess bug in ndfc.c 2006-11-28 22:22:55 +00:00
plat_nand.c [MTD] [NAND] platform NAND driver: add driver 2007-05-08 00:41:55 +01:00
ppchameleonevb.c parse errors in ifdefs 2007-06-01 08:18:28 -07:00
rtc_from4.c [MTD] [NAND] Compile fix in rfc_from4.c 2006-12-01 09:59:49 +00:00
s3c2410.c [ARM] 4233/1: nand/s3c2410.c: warning fix 2007-02-25 16:41:41 +00:00
sharpsl.c MTD: [NAND] Fix the sharpsl driver after breakage from a core conversion 2006-07-15 13:19:24 +01:00
spia.c [MTD] Refactor NAND hwcontrol to cmd_ctrl 2006-05-23 23:25:53 +02:00
toto.c [MTD] NAND modularize write function 2006-05-26 18:52:08 +02:00
ts7250.c [MTD] NAND: Fix typo in mtd/nand/ts7250.c 2006-06-27 23:20:48 +01:00