On Sun, 2014-03-30 at 15:30 +0200, Mathias Krause wrote: > The format strings for various printk()s make use of a temporary > variable that is declared 'static'. This is probably not intended, > so fix those. Actually, it was intended. It was to work around an assignment to const gcc bug: some versions of gcc won't allow the first assignment to an uninitialised const. I can't remember how long ago this was, but probably at least 10 years, so it's likely whatever version of gcc that caused the problem is long gone, but someone should check this modification works on our earliest supported version. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html