misc: cxl: Fix possible null pointer dereference
[linux-2.6-microblaze.git] / drivers / misc / cxl / guest.c
index 3bc0c15..5d28d9e 100644 (file)
@@ -1018,8 +1018,6 @@ err1:
 
 void cxl_guest_remove_afu(struct cxl_afu *afu)
 {
-       pr_devel("in %s - AFU(%d)\n", __func__, afu->slice);
-
        if (!afu)
                return;