Re: ndiswrapper and GPL-only symbols redux
From: Pavel Roskin
Date: Wed Jan 30 2008 - 01:12:56 EST
Quoting Andi Kleen <andi@xxxxxxxxxxxxxx>:
Pavel Roskin <proski@xxxxxxx> writes:
*/
@@ -162,6 +163,7 @@ const char *print_tainted(void)
if (tainted) {
snprintf(buf, sizeof(buf), "Tainted: %c%c%c%c%c%c%c%c",
tainted & TAINT_PROPRIETARY_MODULE ? 'P' : 'G',
+ tainted & TAINT_BLOB_WRAPPER ? 'W' : ' ',
Are you sure you don't need to add a new '%c' to the format string too?
I think gcc should have warned.
You are right! Thanks.
--
Regards,
Pavel Roskin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/