From: Hidetoshi Seto Date: Mon, 7 Sep 2009 08:11:29 +0000 (+0900) Subject: PCI: pcie, aer: remove spinlock in aerdrv_errprint.c X-Git-Tag: v2.6.32-rc1~670^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24dbb7beb2a207f423006c46830dfaacca5a1139;p=pandora-kernel.git 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 Reviewed-by: Andrew Patterson Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed