ntrdma / ntrdma-ext

Linux extra (out of tree) kernel modules for ntrdma.
Other
20 stars 11 forks source link

Fix boolean-context warning #12

Closed alfonder closed 4 years ago

alfonder commented 4 years ago

Get rid of the following compile error: /home/user/projects/ntrdma-ext/include/linux/ntc_mm.h: In function ‘_ntc_mm_chunk_size’: /home/user/projects/ntrdma-ext/include/linux/ntc_mm.h:75:11: error: ‘<<’ in boolean context, did you mean ‘<’ ? [-Werror=int-in-bool-context] if (size << (clz + 1))


cc1: all warnings being treated as errors
alfonder commented 4 years ago

@allenbh @leonidravich please, review.

leonidravich commented 4 years ago

Thanks Alex for the commit