projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57b742a
)
powerpc/eeh: Drop redundant spinlock initialization
author
Haowen Bai
<baihaowen@meizu.com>
Wed, 11 May 2022 01:27:56 +0000
(09:27 +0800)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Sun, 22 May 2022 05:58:31 +0000
(15:58 +1000)
slot_errbuf_lock has declared and initialized by DEFINE_SPINLOCK,
so we don't need to spin_lock_init again, drop it.
Signed-off-by: Haowen Bai <baihaowen@meizu.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/1652232476-9696-1-git-send-email-baihaowen@meizu.com
arch/powerpc/platforms/pseries/eeh_pseries.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/pseries/eeh_pseries.c
b/arch/powerpc/platforms/pseries/eeh_pseries.c
index 73ae91200b9f22faf99d896a8b742593eed2b06c..1b0c901a6f3b111aa8dbdb22f478e3def1ce6aaa 100644
(file)
--- a/
arch/powerpc/platforms/pseries/eeh_pseries.c
+++ b/
arch/powerpc/platforms/pseries/eeh_pseries.c
@@
-847,8
+847,7
@@
static int __init eeh_pseries_init(void)
return -EINVAL;
}
- /* Initialize error log lock and size */
- spin_lock_init(&slot_errbuf_lock);
+ /* Initialize error log size */
eeh_error_buf_size = rtas_token("rtas-error-log-max");
if (eeh_error_buf_size == RTAS_UNKNOWN_SERVICE) {
pr_info("%s: unknown EEH error log size\n",