hw/net/smc91c111: Let smc91c111_can_receive() return a boolean
commit0002c3a696b2def7eda13d5fb722e45679959d22
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 5 Mar 2020 17:56:46 +0000 (5 18:56 +0100)
committerJason Wang <jasowang@redhat.com>
Tue, 31 Mar 2020 13:14:35 +0000 (31 21:14 +0800)
tree7dd6c4f88ecd43a113a8c294dafc83249e021f34
parent205ce5670f8ec38693ab945493e4fcc155b25cec
hw/net/smc91c111: Let smc91c111_can_receive() return a boolean

The smc91c111_can_receive() function simply returns a boolean value.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/smc91c111.c