net: ipa: rename a phandle variable
authorAlex Elder <elder@linaro.org>
Mon, 28 Sep 2020 23:04:45 +0000 (18:04 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2020 01:34:56 +0000 (18:34 -0700)
commit84cec844b87e762bf69654468372fafe6a26d5ef
tree6395a09af263e91e1928018c3ff8f304f77243b2
parent993cac15d1194b7ff03da67993b82c4b21680739
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>
drivers/net/ipa/ipa_main.c