On Thu, Oct 10, 2013 at 02:19:15PM +0100, Thomas Wood wrote:
> +     if ((multi_present == 1 || multi_present == 2) &&

You could use the awesome binary literals gcc extension here and 0b01
and 0b10 to be even closer to the spec wording.

There's a precedent in drivers/watchdog/sunxi_wdt.c!

-- 
Damien
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to