On 02/09/24 09:11PM, Hongbo Li wrote:
We have for some time the __assign_bit() API to replace
open coded
   if (foo)
       __set_bit(n, bar);
   else
       __clear_bit(n, bar);

Use this API to simplify the code. No functional change
intended.

Signed-off-by: Hongbo Li <lihongb...@huawei.com>
---

Reviewed-by: Nitesh Shetty <nj.she...@samsung.com>


Reply via email to