commit | 767cc9a9c1daf9b6c8efbfef656e5ca12c853a45 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@redhat.com> | Thu Mar 05 18:56:50 2020 +0100 |
committer | Jason Wang <jasowang@redhat.com> | Tue Mar 31 21:14:35 2020 +0800 |
tree | 0c321c5e8b0c16c1195e53594b91f9292e4966e5 | |
parent | b8c4b67e3ec3918a40234e5c56221f780c7856fc [diff] |
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é <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>