Commit 62df29a5 authored by Li zeming's avatar Li zeming Committed by Greg Kroah-Hartman
Browse files

misc: ocxl: context: Remove unnecessary (void*) conversions

parent 2cc14f52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ EXPORT_SYMBOL_GPL(ocxl_context_alloc);
 */
static void xsl_fault_error(void *data, u64 addr, u64 dsisr)
{
	struct ocxl_context *ctx = (struct ocxl_context *) data;
	struct ocxl_context *ctx = data;

	mutex_lock(&ctx->xsl_error_lock);
	ctx->xsl_error.addr = addr;