From: Mathias Krause Date: Thu, 1 May 2014 09:48:25 +0000 (+0200) Subject: aic79xx: fix misuse of static variables X-Git-Tag: omap-for-v3.16/fixes-against-rc1~13^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b413cf490682d39a95e80a4751022b858d21bc6b;p=pandora-kernel.git 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-diff-tree failed