cxl/mbox: Move cxl_mem_command param to a local variable
authorAlison Schofield <alison.schofield@intel.com>
Thu, 31 Mar 2022 01:27:17 +0000 (18:27 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 12 Apr 2022 23:07:01 +0000 (16:07 -0700)
commit2dd5600a0e4e1aca8541e1c5bb2bc26bc0441d4d
tree19d69031f0dc1ddb7a8d5a4f034265a2618cc999
parentd97fe8eec2b895b2aa2f7bb3d55e7b88bc2d53f3
cxl/mbox: Move cxl_mem_command param to a local variable

cxl_validate_command_from_user() is now the single point of validation
for mailbox commands coming from user space. Previously, it returned a
a cxl_mem_command, but that was not sufficient when validation of the
actual mailbox command became a requirement. Now, it returns a fully
validated cxl_mbox_cmd.

Remove the extraneous cxl_mem_command parameter. Define and use a
local version only.

Signed-off-by: Alison Schofield <alison.schofield@intel.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Link: https://lore.kernel.org/r/c11a437896d914daf36f5ac8ec62f999c5ec2da7.1648687552.git.alison.schofield@intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/core/mbox.c