commit | 2f9b0402755c1320420825ea8cda27a5f18e0ac4 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Fri Jul 08 21:23:46 2022 +0200 |
committer | Nishanth Menon <nm@ti.com> | Fri Oct 28 08:20:17 2022 -0500 |
tree | 3c66d1ba5a37a9ec3b83c3d26d1baf263045f7eb | |
parent | adf85adc2a7199b41e7a4da083bd17274a3d6969 [diff] |
firmware: ti_sci: Use the bitmap API to allocate bitmaps Use devm_bitmap_zalloc() instead of hand-writing them. It is less verbose and it improves the semantic. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Nishanth Menon <nm@ti.com> Link: https://lore.kernel.org/r/3ee11e9e83f7c1552d237f5c28f554319fcbbf1f.1657308216.git.christophe.jaillet@wanadoo.fr