Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[S390] cio: Log the response from the unit check handler

Log the response from the unit check handler which triggers further
cio internal i/o processing.

Signed-off-by: Michael Ernst <mernst@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Michael Ernst and committed by
Martin Schwidefsky
dbedd0ee fd0457a6

+2
+2
drivers/s390/cio/ccwreq.c
··· 182 182 /* Ask the driver what to do */ 183 183 if (cdev->drv && cdev->drv->uc_handler) { 184 184 todo = cdev->drv->uc_handler(cdev, lcirb); 185 + CIO_TRACE_EVENT(2, "uc_response"); 186 + CIO_HEX_EVENT(2, &todo, sizeof(todo)); 185 187 switch (todo) { 186 188 case UC_TODO_RETRY: 187 189 return IO_STATUS_ERROR;