Re: [PATCH 08/12] hw/cxl: Pass NULL for a NULL MemoryRegionOps

2024-01-24 Thread fan
On Wed, Jan 24, 2024 at 12:40:56PM +, Jonathan Cameron wrote: > From: Li Zhijian > > a NULL parameter is enough for a NULL MemoryRegionOps > > Signed-off-by: Li Zhijian > Signed-off-by: Jonathan Cameron > --- Reviewed-by: Fan Ni > hw/cxl/cxl-component-utils.c | 2 +- > 1 file changed,

[PATCH 08/12] hw/cxl: Pass NULL for a NULL MemoryRegionOps

2024-01-24 Thread Jonathan Cameron via
From: Li Zhijian a NULL parameter is enough for a NULL MemoryRegionOps Signed-off-by: Li Zhijian Signed-off-by: Jonathan Cameron --- hw/cxl/cxl-component-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/cxl/cxl-component-utils.c b/hw/cxl/cxl-component-utils.c ind