Fix left shift of 1 by 31 places in print_bitmask
UBSan prints this error message:
../drm_info.c:641:19: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
UBSan prints this error message:
../drm_info.c:641:19: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'