aic79xx: fix misuse of static variables
authorMathias Krause <minipli@googlemail.com>
Thu, 1 May 2014 09:48:25 +0000 (11:48 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 19 May 2014 17:12:23 +0000 (19:12 +0200)
commitb413cf490682d39a95e80a4751022b858d21bc6b
tree46cd65a864d2cdcffc2481d6c4d6458aa6140ec0
parent806188a43c69c4e02895cb812bb4cd89afe2bd16
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>
drivers/scsi/aic7xxx/aic79xx_pci.c