Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 934a5dc1 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Mathieu Poirier
Browse files

coresight: Use devm_bitmap_zalloc when applicable


'drvdata->chs.guaranteed' is a bitmap. So use 'devm_bitmap_kzalloc()' to
simplify code, improve the semantic and avoid some open-coded arithmetic
in allocator arguments.

Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/a4b8454f560b70cedf0e4d06275787f08d576ee5.1635964610.git.christophe.jaillet@wanadoo.fr


Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
parent fa55b7dc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment