commit | 84cec844b87e762bf69654468372fafe6a26d5ef | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Mon Sep 28 18:04:45 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 28 18:34:56 2020 -0700 |
tree | 6395a09af263e91e1928018c3ff8f304f77243b2 | |
parent | 993cac15d1194b7ff03da67993b82c4b21680739 [diff] |
net: ipa: rename a phandle variable When "W=2" is supplied to the build command, we get a warning about shadowing a global declaration (of a typedef) for a variable defined in ipa_probe(). Rename the variable to get rid of the warning. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>