]> Git Repo - qemu.git/commit
hw/net/can: Make CanBusClientInfo::can_receive() return a boolean
authorPhilippe Mathieu-Daudé <[email protected]>
Thu, 5 Mar 2020 17:56:50 +0000 (18:56 +0100)
committerJason Wang <[email protected]>
Tue, 31 Mar 2020 13:14:35 +0000 (21:14 +0800)
commit767cc9a9c1daf9b6c8efbfef656e5ca12c853a45
tree0c321c5e8b0c16c1195e53594b91f9292e4966e5
parentb8c4b67e3ec3918a40234e5c56221f780c7856fc
hw/net/can: Make CanBusClientInfo::can_receive() return a boolean

The CanBusClientInfo::can_receive handler return whether the
device can or can not receive new frames. Make it obvious by
returning a boolean type.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Reviewed-by: Cédric Le Goater <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
hw/net/allwinner-sun8i-emac.c
hw/net/can/can_sja1000.c
hw/net/can/can_sja1000.h
include/net/can_emu.h
net/can/can_socketcan.c
This page took 0.030567 seconds and 4 git commands to generate.