We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00413c1 commit 10cb393Copy full SHA for 10cb393
drivers/cxl/core/cdat.c
@@ -334,8 +334,7 @@ static int cxl_qos_class_verify(struct cxl_memdev *cxlmd)
334
335
/* Check to make sure that the device's host bridge is under a root decoder */
336
rc = device_for_each_child(&root_port->dev,
337
- (void *)cxlmd->endpoint->host_bridge,
338
- match_cxlrd_hb);
+ cxlmd->endpoint->host_bridge, match_cxlrd_hb);
339
if (!rc) {
340
reset_dpa_perf(&mds->ram_perf);
341
reset_dpa_perf(&mds->pmem_perf);
0 commit comments