diff options
author | Stefan Eichenberger <eichest@gmail.com> | 2016-11-25 09:41:30 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-28 17:58:57 +0100 |
commit | 15da3cc890f8dc8451f2a92c9bc0dcfe5386daef (patch) | |
tree | 40b338866b98d1f5c023a7cc26106c0941033e5a /drivers/net/dsa | |
parent | net: dsa: mv88e6xxx: add g1_irqs definition for MV88E6097 (diff) | |
download | linux-15da3cc890f8dc8451f2a92c9bc0dcfe5386daef.tar.xz linux-15da3cc890f8dc8451f2a92c9bc0dcfe5386daef.zip |
net: dsa: mv88e6xxx: add missing comment for MV88E6097
Add a missing comment for the MV88E6097 because of unification.
Signed-off-by: Stefan Eichenberger <stefan.eichenberger@netmodule.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx/chip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c index 7002d0f0c0da..68eb8fccfb9b 100644 --- a/drivers/net/dsa/mv88e6xxx/chip.c +++ b/drivers/net/dsa/mv88e6xxx/chip.c @@ -3210,6 +3210,7 @@ static const struct mv88e6xxx_ops mv88e6095_ops = { }; static const struct mv88e6xxx_ops mv88e6097_ops = { + /* MV88E6XXX_FAMILY_6097 */ .set_switch_mac = mv88e6xxx_g2_set_switch_mac, .phy_read = mv88e6xxx_g2_smi_phy_read, .phy_write = mv88e6xxx_g2_smi_phy_write, |