git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
806188a
)
aic79xx: fix misuse of static variables
author
Mathias Krause
<minipli@googlemail.com>
Thu, 1 May 2014 09:48:25 +0000
(11:48 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Mon, 19 May 2014 17:12:23 +0000
(19:12 +0200)
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
patch
|
blob
|
history
diff --cc
drivers/scsi/aic7xxx/aic79xx_pci.c
Simple merge