commit | 24dbb7beb2a207f423006c46830dfaacca5a1139 | [log] [tgz] |
---|---|---|
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | Mon Sep 07 17:11:29 2009 +0900 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Sep 09 13:48:19 2009 -0700 |
tree | 2a2b7b85c11eb784c691c0857c59e8a6053004ae | |
parent | 0d465f23502e0810443c90a9cf1cf5686c4af4f2 [diff] |
PCI: pcie, aer: remove spinlock in aerdrv_errprint.c 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>