commit | 85b7a342baf58c42199795cbb2d60ab98ef298ad | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Fri Oct 12 16:27:33 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 15 22:23:19 2018 -0700 |
tree | 2c5b56dd04713212bd33d680c342960c94a2f0f8 | |
parent | 3233c1514f757350c17fa8ba929ee91165fc854c [diff] |
dpaa2-eth: fix uninitialized variable warnings All 3 cases of possible uninitialized variables are false positives since they are used only as output parameters. Nonetheless, fix the warnings. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>