Actions
Bug #553
openenvgen generates incorrect return type for jedec_probe
Status:
New
Priority:
Normal
Assignee:
-
Category:
Environment Generation
Start date:
11/15/2010
Due date:
% Done:
0%
Estimated time:
Detected in build:
5f05c35e935005b61d91716380f69f269883acef
Platform:
Published in build:
Description
For jedec_probe in drivers/mtd/chips/jedec_probe.ko
static struct mtd_info *jedec_probe(struct map_info *map)
it misses pointer and generates struct mtd_info instead of struct mtd_info *
/* LDV_COMMENT_VAR_DECLARE Variable declaration for test return result from function call "jedec_probe" */ static struct mtd_info res_jedec_probe_1;
res_jedec_probe_1 = jedec_probe( var_jedec_probe_1_p0);The same for
- drivers/mtd/chips/map_ram.ko
- drivers/mtd/lpddr/qinfo_probe.ko
- drivers/mtd/chips/map_absent.ko
- drivers/mtd/chips/cfi_probe.ko
- drivers/mtd/chips/map_rom.ko
Updated by Pavel Shved almost 14 years ago
- Category set to Environment Generation
Updated by Pavel Shved over 13 years ago
The issue's relevant; the new aspectator has detected it during a full-kernel run.
Actions