hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return boolean
commite0ddabc6d4cfef4a5c7f154f0b0ad00dbf9a18d0
authorZhao Liu <zhao1.liu@intel.com>
Thu, 18 Apr 2024 10:04:33 +0000 (18 18:04 +0800)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 25 Apr 2024 10:48:12 +0000 (25 12:48 +0200)
treef846f108e6961b91f994551cf4f2643001f9e9b6
parenta133d207a8fefe934eb808c2b1ee8f2c695cb528
hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return boolean

As error.h suggested, the best practice for callee is to return
something to indicate success / failure.

With returned boolean, there's no need to dereference @errp to check
failure case.

Suggested-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Message-ID: <20240418100433.1085447-4-zhao1.liu@linux.intel.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/cxl/cxl-cdat.c
hw/mem/cxl_type3.c
hw/pci-bridge/cxl_upstream.c
include/hw/cxl/cxl_component.h