Merge tag 'common-clk-api' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / uwb / allocator.c
index e45e673b8770e78a44b9ba0c0ace5f70122606e8..6e3e713f0ef713133b83ee948cc77e0b2dfcc76b 100644 (file)
@@ -334,10 +334,8 @@ int uwb_rsv_find_best_allocation(struct uwb_rsv *rsv, struct uwb_mas_bm *availab
 
 
        /* fill the not available vector from the available bm */
-       for (bit_index = 0; bit_index < UWB_NUM_MAS; bit_index++) {
-               if (!test_bit(bit_index, available->bm))
-                       ai->bm[bit_index] = UWB_RSV_MAS_NOT_AVAIL;
-       }
+       for_each_clear_bit(bit_index, available->bm, UWB_NUM_MAS)
+               ai->bm[bit_index] = UWB_RSV_MAS_NOT_AVAIL;
 
        if (ai->max_interval == 1) {
                get_row_descriptors(ai);