a0594e89c9
In ocxl_context_free() we note that the AFU reference we're releasing
was taken in "ocxl_context_init", a function that no longer exists.
Fix it to say ocxl_context_alloc() instead, which is the new name for
ocxl_context_init(), since it was renamed.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
afu_irq.c | ||
config.c | ||
context.c | ||
core.c | ||
file.c | ||
link.c | ||
main.c | ||
mmio.c | ||
ocxl_internal.h | ||
pasid.c | ||
pci.c | ||
sysfs.c | ||
trace.c | ||
trace.h |