commit | b413cf490682d39a95e80a4751022b858d21bc6b | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Thu May 01 11:48:25 2014 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 19 19:12:23 2014 +0200 |
tree | 46cd65a864d2cdcffc2481d6c4d6458aa6140ec0 | |
parent | 806188a43c69c4e02895cb812bb4cd89afe2bd16 [diff] |
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 <minipli@googlemail.com> Acked-by: Hannes Reinecke <hare@suse.de> Cc: "James E.J. Bottomley" <JBottomley@parallels.com> Cc: PaX Team <pageexec@freemail.hu> Signed-off-by: Christoph Hellwig <hch@lst.de>