Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding.
From: Brett Creeley <bcreeley@xxxxxxx>Will follow simon's suggestion to keep patch diff minimal. As bitmap_zalloc() does not give any advantage over the other.
Subject: [EXT] Re: [PATCH net] octeontx2-af: Initialize bitmap arrays.
Is there any reason to not use:
bitmap_zalloc() and bitmap_free()?
Will use kcalloc.
This is pretty much bitmap_zalloc(), except with devm. As Simon is asking, is
devm really necessary?