]> www.infradead.org Git - mtd-utils.git/commit
nand-utils: nanddump: Use a specific variable for the buffer size
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 26 Aug 2024 09:46:20 +0000 (11:46 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Tue, 8 Oct 2024 06:14:30 +0000 (08:14 +0200)
commit11c30d73d3927373a114e9ed274f627a124d9ad7
treeddf96e337f866a5a2c143d3448e6244e3bb77403
parent13ec33609213c1dbd75852a09560a707a7f19a5c
nand-utils: nanddump: Use a specific variable for the buffer size

The read buffer size happen to be as big as the bs variable, but this is
going to change. When accessing the buffer size, use a specific variable
instead.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
nand-utils/nanddump.c