aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAkinobu Mita <[email protected]>2015-01-11 22:07:20 +0900
committerBrian Norris <[email protected]>2015-01-15 19:33:03 -0800
commit526789fc532a445975b60885a65d3cea5bfa6391 (patch)
tree0eb84eff47509421c965fe3344ae7ce12be020ec /tools/perf/scripts/python/export-to-postgresql.py
parent45c6a0caeb2bde9e043bcd833af322db57a37498 (diff)
mtd: nand: ams-delta: fix overwritten mtd_info->owner in initialization
In initialization routine, mtd_info->owner is overwritten by memset() just after being initialized. This can be fixed by moving memset() calls to just before setting mtd_info->owner. But the memory region is allocated by kmalloc, so we can fix it by using kzalloc instead of kmalloc. Signed-off-by: Akinobu Mita <[email protected]> Cc: Jonathan McDowell <[email protected]> Cc: David Woodhouse <[email protected]> Signed-off-by: Brian Norris <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions