diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2021-12-02 01:19:40 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-12-14 17:09:14 +0300 |
commit | ce560ee5c51d32b450ac453fceeee58a2683019b (patch) | |
tree | 312e3523e3776a74e30bb102cfb764254f055827 /drivers/media/common | |
parent | 34b1df99a5d4a6f3c354fd5ff0ddfbf4f67db2bc (diff) | |
download | linux-ce560ee5c51d32b450ac453fceeee58a2683019b.tar.xz |
media: mc: mc-entity.c: Use bitmap_zalloc() when applicable
'ent_enum->bmap' 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.
While at it, remove a useless 'bitmap_zero()'.
Link: https://lore.kernel.org/linux-media/b11f646dda189f490c06bf671f64a2cc0af4d45c.1638397089.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/common')
0 files changed, 0 insertions, 0 deletions