From: Takashi Iwai Date: Mon, 2 Dec 2013 14:38:18 +0000 (+0100) Subject: firmware: Use bit flags instead of boolean combos X-Git-Tag: v3.14-rc1~151^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14c4bae77c80bd37f19d95405d42bd0b1fd95add;p=pandora-kernel.git firmware: Use bit flags instead of boolean combos More than two boolean arguments to a function are rather confusing and error-prone for callers. Let's make the behavior bit flags instead of triple combos. A nice suggestion by Borislav Petkov. Acked-by: Borislav Petkov Acked-by: Prarit Bhargava Acked-by: Ming Lei Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed