On Mon, Nov 11, 2013 at 06:30:08PM +0100, Takashi Iwai wrote: > From: Takashi Iwai <[email protected]> > Subject: [PATCH] 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. > > Signed-off-by: Takashi Iwai <[email protected]> > --- > drivers/base/firmware_class.c | 49 > ++++++++++++++++++++++++------------------- > 1 file changed, 28 insertions(+), 21 deletions(-)
Yeah, looks good, thanks! Acked-by: Borislav Petkov <[email protected]> -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

