aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2017-12-05 17:47:16 +0900
committerBoris Brezillon <[email protected]>2017-12-14 13:34:19 +0100
commitc0313b966a0942fba934d34c7a76f444641d0b6e (patch)
tree916bf56683ef34293fc42d1f377f30e2906567d7 /tools/perf/scripts/python
parent8b311ead8bff9b56e512e3e544c488042ad0e7e7 (diff)
mtd: nand: squash struct nand_buffers into struct nand_chip
struct nand_buffers is malloc'ed in nand_scan_tail() just for containing three pointers. Squash this struct into nand_chip. Move and rename as follows: chip->buffers->ecccalc -> chip->ecc.calc_buf chip->buffers->ecccode -> chip->ecc.code_buf chip->buffers->databuf -> chip->data_buf Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Boris Brezillon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions