diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-09-01 15:32:56 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-01 15:32:56 -0700 |
| commit | 328b726671b54ebb65bf51682b8844de888f536d (patch) | |
| tree | a60986deea1ce6fa8fae9167609f51676ed9d591 | |
| parent | 9ecbc587d6d15f599253156d6886a82754d708e1 (diff) | |
| parent | 3be5a5a83978f27d58362aa3cb44893ade44ff61 (diff) | |
Merge "soc: qcom: smp2p: spinlock_test: Initialize work item"
| -rw-r--r-- | drivers/soc/qcom/smp2p_spinlock_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/soc/qcom/smp2p_spinlock_test.c b/drivers/soc/qcom/smp2p_spinlock_test.c index 74aac52b5285..1fe4411eebde 100644 --- a/drivers/soc/qcom/smp2p_spinlock_test.c +++ b/drivers/soc/qcom/smp2p_spinlock_test.c @@ -1,6 +1,6 @@ /* drivers/soc/qcom/smp2p_spinlock_test.c * - * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved. + * Copyright (c) 2013-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -522,7 +522,7 @@ static void smp2p_ut_remote_spinlock_ssr(struct seq_file *s) int spinlock_owner = 0; struct workqueue_struct *ws = NULL; - struct rmt_spinlock_work_item work_item; + struct rmt_spinlock_work_item work_item = { .has_locked = false }; seq_printf(s, " Running %s Test\n", __func__); |
