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:
0d465f2
)
PCI: pcie, aer: remove spinlock in aerdrv_errprint.c
author
Hidetoshi Seto
<seto.hidetoshi@jp.fujitsu.com>
Mon, 7 Sep 2009 08:11:29 +0000
(17:11 +0900)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Wed, 9 Sep 2009 20:48:19 +0000
(13:48 -0700)
The static buffer errmsg_buff[] is used only for building error
message in fixed format, and is protected by a spinlock.
This patch removes this buffer and the spinlock.
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Reviewed-by: Andrew Patterson <andrew.patterson@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
No differences found