diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-09-04 15:14:02 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-09-10 16:20:49 +0200 |
commit | fb1953b22a871d5b4f049d1f2fbf2ff00b4a0c50 (patch) | |
tree | 347cab6eedae2bf961e530a283e92c58c7eef8ac /meson.build | |
parent | 4a4a604cc60cb94525fc4c2d1230557c1e7d166d (diff) |
hw/net/e1000e: Remove duplicated write handler for FLSWDATA register
The FLSWDATA register writeop handler is initialized twice:
3067 #define e1000e_putreg(x) [x] = e1000e_mac_writereg
3068 typedef void (*writeops)(E1000ECore *, int, uint32_t);
3069 static const writeops e1000e_macreg_writeops[] = {
....
3102 e1000e_putreg(FLSWDATA),
....
3145 e1000e_putreg(FLSWDATA),
To avoid confusion, remove the duplicated initialization.
Fixes: 6f3fbe4ed0 ("net: Introduce e1000e device emulation")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Message-Id: <20200904131402.590055-3-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'meson.build')
0 files changed, 0 insertions, 0 deletions