Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3dfdd940 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "diag: Create md logging session only in switch logging"

parents bc7f259d 93703c5c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1836,11 +1836,6 @@ static int diag_ioctl_register_callback(unsigned long ioarg)
		return -EIO;
	}

	err = diag_md_session_create(DIAG_MD_NORMAL, 0, reg.proc);
	if (err)
		pr_err("diag: In %s, unable to create session for callback mode, err: %d\n",
		       __func__, err);

	return err;
}