On Thu, 2015-12-10 at 15:57 +0100, Moritz König wrote: > #define CR_AREF(a) (((a) >> 24)&0x03) If you are going to fix these, it'd probably be better to use spaces around the '&' too #define CR_AREF(a) (((a) >> 24) & 0x03) _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel