From b413cf490682d39a95e80a4751022b858d21bc6b Mon Sep 17 00:00:00 2001 From: Mathias Krause Date: Thu, 1 May 2014 11:48:25 +0200 Subject: [PATCH] aic79xx: fix misuse of static variables 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. Found in the PaX patch, written by the PaX Team. Signed-off-by: Mathias Krause Acked-by: Hannes Reinecke Cc: "James E.J. Bottomley" Cc: PaX Team Signed-off-by: Christoph Hellwig --- Reading git-format-patch failed