diff options
Diffstat (limited to 'hw/sh_serial.c')
-rw-r--r-- | hw/sh_serial.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/sh_serial.c b/hw/sh_serial.c index da1a2ca7ce..4957c41ae8 100644 --- a/hw/sh_serial.c +++ b/hw/sh_serial.c @@ -376,8 +376,6 @@ void sh_serial_init (target_phys_addr_t base, int feat, int s_io_memory; s = qemu_mallocz(sizeof(sh_serial_state)); - if (!s) - return; s->feat = feat; s->flags = SH_SERIAL_FLAG_TEND | SH_SERIAL_FLAG_TDE; |