diff options
author | Alex Elder <[email protected]> | 2022-05-12 10:10:33 -0500 |
---|---|---|
committer | David S. Miller <[email protected]> | 2022-05-13 12:01:42 +0100 |
commit | 8d017efb1eaad69f148bb99ee2c7020abdedfad1 (patch) | |
tree | a76cfdeb7411886a56b94a39c7bb36bb504f5e7d /tools/perf/scripts | |
parent | d8290cbe1111105f92f0c8ab455bec8bf98d0630 (diff) |
net: ipa: get rid of a duplicate initialization
In ipa_qmi_ready(), the "ipa" local variable is set when
initialized, but then set again just before it's first used.
One or the other is enough, so get rid of the first one.
References: https://lore.kernel.org/lkml/[email protected]/
Reported-by: kernel test robot <[email protected]>
Fixes: 530f9216a953 ("soc: qcom: ipa: AP/modem communications")
Signed-off-by: Alex Elder <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions