projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d522f
)
memory: emif: Use DEFINE_SPINLOCK() for spinlock
author
Zheng Yongjun
<zhengyongjun3@huawei.com>
Mon, 28 Dec 2020 13:50:56 +0000
(21:50 +0800)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Sun, 3 Jan 2021 16:40:20 +0000
(17:40 +0100)
Spinlock can be initialized automatically with DEFINE_SPINLOCK() rather
than explicitly calling spin_lock_init().
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Link:
https://lore.kernel.org/r/20201228135056.28511-1-zhengyongjun3@huawei.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/memory/emif.c
patch
|
blob
|
history
diff --git
a/drivers/memory/emif.c
b/drivers/memory/emif.c
index ddb1879f07d3f7a9b657307719ca6bd05c9bdd92..f7825eef5894db6d10ee0b67a69956198867952b 100644
(file)
--- a/
drivers/memory/emif.c
+++ b/
drivers/memory/emif.c
@@
-70,7
+70,7
@@
struct emif_data {
};
static struct emif_data *emif1;
-static
spinlock_t emif_lock
;
+static
DEFINE_SPINLOCK(emif_lock)
;
static unsigned long irq_state;
static u32 t_ck; /* DDR clock period in ps */
static LIST_HEAD(device_list);
@@
-1531,7
+1531,6
@@
static int __init_or_module emif_probe(struct platform_device *pdev)
/* One-time actions taken on probing the first device */
if (!emif1) {
emif1 = emif;
- spin_lock_init(&emif_lock);
/*
* TODO: register notifiers for frequency and voltage