net: dsa: mv88e6xxx: explicit entry passed to vtu_getnext
authorVivien Didelot <vivien.didelot@gmail.com>
Thu, 1 Aug 2019 18:36:34 +0000 (14:36 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Aug 2019 20:43:08 +0000 (16:43 -0400)
commit425d2d37aba6710c6fe3ad9f8c6755c49986f3e5
tree62a9dd089497ccfe3eeda55230495d75c5c66919
parent7095a4c497adb5aca30141f43c7ba00ce18bea74
net: dsa: mv88e6xxx: explicit entry passed to vtu_getnext

mv88e6xxx_vtu_getnext interprets two members from the input
mv88e6xxx_vtu_entry structure: the (excluded) vid member to start
the iteration from, and the valid argument specifying whether the VID
must be written or not (only required once at the start of a loop).

Explicit the assignation of these two fields right before calling
mv88e6xxx_vtu_getnext, as it is done in the mv88e6xxx_vtu_get wrapper.

Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/chip.c