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))
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))