dp8393x: Replace address_space_rw(is_write=1) by address_space_write()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 3 Jul 2021 13:38:33 +0000 (15:38 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 11 Jul 2021 20:29:54 +0000 (22:29 +0200)
commit197ade0d110deeef58a05c11adec100926813560
treef3a18fab1f87d74e565efda2a622050091ed410a
parent85e411d7ff7d62a084f318f3956d48a644632d6c
dp8393x: Replace address_space_rw(is_write=1) by address_space_write()

Replace address_space_rw(is_write=1) by address_space_write()
and remove pointless cast.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tested-by: Finn Thain <fthain@linux-m68k.org>
Message-Id: <20210710174954.2577195-2-f4bug@amsat.org>
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/net/dp8393x.c