diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2021-11-21 16:59:12 +0100 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2021-12-09 17:52:29 +0100 |
commit | dd8a2e884a462c09a562f04927cb227e3cdaa498 (patch) | |
tree | 016bcb291cf2887f00fd34d82197e73f6eb688f0 /sound/ppc | |
parent | 67b967ddd93d0ed57d392a00f6f90060f0910c0e (diff) | |
download | linux-dd8a2e884a462c09a562f04927cb227e3cdaa498.tar.gz linux-dd8a2e884a462c09a562f04927cb227e3cdaa498.tar.bz2 linux-dd8a2e884a462c09a562f04927cb227e3cdaa498.zip |
mtd: gen_probe: Use bitmap_zalloc() when applicable
'chip_map' is a bitmap. So use 'bitmap_zalloc()' to simplify code,
improve the semantic and avoid some open-coded arithmetic in allocator
arguments.
Also change the corresponding 'kfree()' into 'bitmap_free()' to keep
consistency.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/a6fe58dffe553a3e79303777d3ba9c60d7613c5b.1637510255.git.christophe.jaillet@wanadoo.fr
Diffstat (limited to 'sound/ppc')
0 files changed, 0 insertions, 0 deletions