Commit fa8d4a44 authored by Adam Wujek's avatar Adam Wujek 💬

userspace/ppsi: update files copied from switch in ppsi

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent a8122d3b
......@@ -216,6 +216,10 @@ void wrs_shm_write_caller(struct wrs_shm_head *head, int flags,
if (flags == WRS_SHM_WRITE_END) {
msg = "write end";
}
/* if pr_debug() is empty, we'd have "unused variable" */
(void) *msg;
pr_debug("caller of a function wrs_shm_write is %s, called for \"%s\" "
"with the flag \"%s\"\n", caller, head->name, msg);
......
ppsi @ 4e0caa46
Subproject commit 531b5134b4ac31c4818230bccb3d77691bca92af
Subproject commit 4e0caa4643bb809e1b2a53379aac1af7d9a3dc44
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment