* [PATCH v3] cxl/mbox: Use local cxl_device_state variable
@ 2023-02-22 14:04 Jonathan Cameron
0 siblings, 0 replies; only message in thread
From: Jonathan Cameron @ 2023-02-22 14:04 UTC (permalink / raw)
To: Dan Williams, linux-cxl; +Cc: linuxarm, Ira Weiny, Dave Jiang
Given we have cxlds as a local variable, use that rather than
getting it again from cxlmd.
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
--
v3: Separated from the series CXL: Standalone switch CCI driver
after Dave and Ira both pointed out we might as well send this
tidy up separately.
---
drivers/cxl/core/mbox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/cxl/core/mbox.c b/drivers/cxl/core/mbox.c
index f2addb457172..830e4714ffd1 100644
--- a/drivers/cxl/core/mbox.c
+++ b/drivers/cxl/core/mbox.c
@@ -548,7 +548,7 @@ int cxl_send_cmd(struct cxl_memdev *cxlmd, struct cxl_send_command __user *s)
if (copy_from_user(&send, s, sizeof(send)))
return -EFAULT;
- rc = cxl_validate_cmd_from_user(&mbox_cmd, cxlmd->cxlds, &send);
+ rc = cxl_validate_cmd_from_user(&mbox_cmd, cxlds, &send);
if (rc)
return rc;
--
2.37.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-22 14:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-22 14:04 [PATCH v3] cxl/mbox: Use local cxl_device_state variable Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox